Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AzureStorageCredentialsInfo

Package version

interface

An interface representing AzureStorageCredentialsInfo. Azure storage account credentials.

Hierarchy

  • AzureStorageCredentialsInfo

Index

Properties

Optional accountKey

accountKey: undefined | string
member

{string} [accountKey] Account key. Storage account key. One of accountKey or accountKeySecretReference must be specified.

Optional accountKeySecretReference

accountKeySecretReference: KeyVaultSecretReference
member

{KeyVaultSecretReference} [accountKeySecretReference] Account key secret reference. Information about KeyVault secret storing the storage account key. One of accountKey or accountKeySecretReference must be specified.

Generated using TypeDoc