DatabaseAccountListKeysResult interface

The access keys for the given database account.

Extends

Properties

primaryMasterKey

Base 64 encoded value of the primary read-write key.

secondaryMasterKey

Base 64 encoded value of the secondary read-write key.

Inherited Properties

primaryReadonlyMasterKey

Base 64 encoded value of the primary read-only key.

secondaryReadonlyMasterKey

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