DatabaseAccountListReadOnlyKeysResult interface

The read-only access keys for the given database account.

Properties

primaryReadonlyMasterKey

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

secondaryReadonlyMasterKey

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

Property Details

primaryReadonlyMasterKey

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

primaryReadonlyMasterKey?: string

Property Value

string

secondaryReadonlyMasterKey

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

secondaryReadonlyMasterKey?: string

Property Value

string