DatabaseAccountListKeysResult interface

The access keys for the given database account.

Extends

Properties

primaryMasterKey

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

secondaryMasterKey

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

Inherited 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

primaryMasterKey

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

primaryMasterKey?: string

Property Value

string

secondaryMasterKey

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

secondaryMasterKey?: string

Property Value

string

Inherited 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

Inherited From DatabaseAccountListReadOnlyKeysResult.primaryReadonlyMasterKey

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

Inherited From DatabaseAccountListReadOnlyKeysResult.secondaryReadonlyMasterKey