你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AccessInformationSecretsContract interface

API 管理服务的租户访问信息协定。

属性

enabled

确定是否启用直接访问。

id

访问信息类型 ('access'或'gitAccess')

primaryKey

主访问密钥。 此属性不会在“GET”操作上填充! 使用“/listSecrets”POST 请求获取值。

principalId

主体 (用户) 标识符。

secondaryKey

辅助访问密钥。 此属性不会在“GET”操作上填充! 使用“/listSecrets”POST 请求获取值。

属性详细信息

enabled

确定是否启用直接访问。

enabled?: boolean

属性值

boolean

id

访问信息类型 ('access'或'gitAccess')

id?: string

属性值

string

primaryKey

主访问密钥。 此属性不会在“GET”操作上填充! 使用“/listSecrets”POST 请求获取值。

primaryKey?: string

属性值

string

principalId

主体 (用户) 标识符。

principalId?: string

属性值

string

secondaryKey

辅助访问密钥。 此属性不会在“GET”操作上填充! 使用“/listSecrets”POST 请求获取值。

secondaryKey?: string

属性值

string