你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SharedAccessSignatureAuthorizationRule interface
The properties of an IoT hub shared access policy.
Properties
key |
The name of the shared access policy. |
primary |
The primary key. |
rights | The permissions assigned to the shared access policy. |
secondary |
The secondary key. |
Property Details
keyName
The name of the shared access policy.
keyName: string
Property Value
string
primaryKey
The primary key.
primaryKey?: string
Property Value
string
rights
The permissions assigned to the shared access policy.
rights: AccessRights
Property Value
secondaryKey
The secondary key.
secondaryKey?: string
Property Value
string