DatabaseAccountListReadOnlyKeysResult interface
The read-only access keys for the given database account.
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
primaryReadonlyMasterKey
Base 64 encoded value of the primary read-only key.
primaryReadonlyMasterKey?: string
Property Value
string
secondaryReadonlyMasterKey
Base 64 encoded value of the secondary read-only key.
secondaryReadonlyMasterKey?: string
Property Value
string