SharedAccessSignatureAuthorizationRule interface

The properties of an IoT hub shared access policy.

Properties

keyName

The name of the shared access policy.

primaryKey

The primary key.

rights

The permissions assigned to the shared access policy.

secondaryKey

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