DatabaseAccountListReadOnlyKeysResult interface

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

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

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