DatabaseAccountListKeysResult interface
The access keys for the given database account.
Properties
| primary |
Base 64 encoded value of the primary read-write key. |
| secondary |
Base 64 encoded value of the secondary read-write key. |
Inherited Properties
| primary |
Base 64 encoded value of the primary read-only key. |
| secondary |
Base 64 encoded value of the secondary read-only key. |
Property Details
primaryMasterKey
Base 64 encoded value of the primary read-write key.
primaryMasterKey?: string
Property Value
string
secondaryMasterKey
Base 64 encoded value of the secondary read-write key.
secondaryMasterKey?: string
Property Value
string
Inherited Property Details
primaryReadonlyMasterKey
Base 64 encoded value of the primary read-only key.
primaryReadonlyMasterKey?: string
Property Value
string
Inherited From DatabaseAccountListReadOnlyKeysResult.primaryReadonlyMasterKey
secondaryReadonlyMasterKey
Base 64 encoded value of the secondary read-only key.
secondaryReadonlyMasterKey?: string
Property Value
string
Inherited From DatabaseAccountListReadOnlyKeysResult.secondaryReadonlyMasterKey