Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StorageAccountKey

Package version

An access key for the storage account.

Hierarchy

  • StorageAccountKey

Index

Properties

Optional keyName

keyName: undefined | string

Name of the key. NOTE: This property will not be serialized. It can only be populated by the server.

Optional permissions

permissions: KeyPermission

Permissions for the key -- read-only or full permissions. Possible values include: 'Read', 'Full' NOTE: This property will not be serialized. It can only be populated by the server.

Optional value

value: undefined | string

Base 64-encoded value of the key. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc