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

AuthorizationRule interface

表示基于 ATOM 的管理作中的 AuthorizationRule 类型。

属性

accessRights

权限列表(“管理” |“发送”|“侦听”

claimType

声明类型。

keyName

授权规则密钥名称。

primaryKey

授权规则的主密钥。

secondaryKey

授权规则的辅助密钥。

属性详细信息

accessRights

权限列表(“管理” |“发送”|“侦听”

accessRights?: ("Manage" | "Send" | "Listen")[]

属性值

("Manage" | "Send" | "Listen")[]

claimType

声明类型。

claimType: string

属性值

string

keyName

授权规则密钥名称。

keyName: string

属性值

string

primaryKey

授权规则的主密钥。

primaryKey?: string

属性值

string

secondaryKey

授权规则的辅助密钥。

secondaryKey?: string

属性值

string