List Database Account Keys Result
data class ListDatabaseAccountKeysResult(val primaryMasterKey: String, val primaryReadonlyMasterKey: String, val secondaryMasterKey: String, val secondaryReadonlyMasterKey: String)
The access keys for the given database account.
Properties
Link copied to clipboard
Base 64 encoded value of the primary read-write key.
Link copied to clipboard
Base 64 encoded value of the primary read-only key.
Link copied to clipboard
Base 64 encoded value of the secondary read-write key.
Link copied to clipboard
Base 64 encoded value of the secondary read-only key.