Variable CloudstoragesListCredentialsTypeEnumConst

CloudstoragesListCredentialsTypeEnum: {
    AccountNameTokenPair: "ACCOUNT_NAME_TOKEN_PAIR";
    AnonymousAccess: "ANONYMOUS_ACCESS";
    ConnectionString: "CONNECTION_STRING";
    KeyFilePath: "KEY_FILE_PATH";
    KeySecretKeyPair: "KEY_SECRET_KEY_PAIR";
} = ...

Type declaration

  • Readonly AccountNameTokenPair: "ACCOUNT_NAME_TOKEN_PAIR"
  • Readonly AnonymousAccess: "ANONYMOUS_ACCESS"
  • Readonly ConnectionString: "CONNECTION_STRING"
  • Readonly KeyFilePath: "KEY_FILE_PATH"
  • Readonly KeySecretKeyPair: "KEY_SECRET_KEY_PAIR"

Export

Generated using TypeDoc