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

  • ReadonlyAccountNameTokenPair: "ACCOUNT_NAME_TOKEN_PAIR"
  • ReadonlyAnonymousAccess: "ANONYMOUS_ACCESS"
  • ReadonlyConnectionString: "CONNECTION_STRING"
  • ReadonlyKeyFilePath: "KEY_FILE_PATH"
  • ReadonlyKeySecretKeyPair: "KEY_SECRET_KEY_PAIR"