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

SharedAccessAuthorizationRuleProperties interface

SharedAccessAuthorizationRule 属性。

属性

claimType

描述声明类型注意的字符串:此属性不会序列化。 它只能由服务器填充。

claimValue

描述声明值的字符串注意:此属性不会序列化。 它只能由服务器填充。

createdTime

此规则的创建时间注意:此属性不会序列化。 它只能由服务器填充。

keyName

描述授权规则的字符串。 注意:此属性不会序列化。 它只能由服务器填充。

modifiedTime

此规则的上次修改时间注意:此属性不会序列化。 它只能由服务器填充。

primaryKey

用于签名和验证 SAS 令牌的 base64 编码的 256 位主密钥。 注意:此属性不会序列化。 它只能由服务器填充。

revision

规则注释的修订号:此属性不会序列化。 它只能由服务器填充。

rights

与规则关联的权限。

secondaryKey

用于签名和验证 SAS 令牌的 base64 编码的 256 位主密钥。 注意:此属性不会序列化。 它只能由服务器填充。

属性详细信息

claimType

描述声明类型注意的字符串:此属性不会序列化。 它只能由服务器填充。

claimType?: string

属性值

string

claimValue

描述声明值的字符串注意:此属性不会序列化。 它只能由服务器填充。

claimValue?: string

属性值

string

createdTime

此规则的创建时间注意:此属性不会序列化。 它只能由服务器填充。

createdTime?: string

属性值

string

keyName

描述授权规则的字符串。 注意:此属性不会序列化。 它只能由服务器填充。

keyName?: string

属性值

string

modifiedTime

此规则的上次修改时间注意:此属性不会序列化。 它只能由服务器填充。

modifiedTime?: string

属性值

string

primaryKey

用于签名和验证 SAS 令牌的 base64 编码的 256 位主密钥。 注意:此属性不会序列化。 它只能由服务器填充。

primaryKey?: string

属性值

string

revision

规则注释的修订号:此属性不会序列化。 它只能由服务器填充。

revision?: number

属性值

number

rights

与规则关联的权限。

rights?: AccessRights[]

属性值

secondaryKey

用于签名和验证 SAS 令牌的 base64 编码的 256 位主密钥。 注意:此属性不会序列化。 它只能由服务器填充。

secondaryKey?: string

属性值

string