你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AuthorizationRule interface
表示基于 ATOM 的管理操作中的 的类型 AuthorizationRule
。
属性
access |
权限列表 (“管理”|“发送”|“Listen”) 。 |
claim |
声明类型。 |
key |
授权规则密钥名称。 |
primary |
授权规则的主键。 |
secondary |
授权规则的辅助密钥。 |
属性详细信息
accessRights
权限列表 (“管理”|“发送”|“Listen”) 。
accessRights?: ("Manage" | "Send" | "Listen")[]
属性值
("Manage" | "Send" | "Listen")[]
claimType
声明类型。
claimType: string
属性值
string
keyName
授权规则密钥名称。
keyName: string
属性值
string
primaryKey
授权规则的主键。
primaryKey?: string
属性值
string
secondaryKey
授权规则的辅助密钥。
secondaryKey?: string
属性值
string