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