Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SharedAccessSignatureAuthorizationRule

Package version

The properties of an IoT hub shared access policy.

Hierarchy

  • SharedAccessSignatureAuthorizationRule

Index

Properties

keyName

keyName: string

The name of the shared access policy.

Optional primaryKey

primaryKey: undefined | string

The primary key.

rights

rights: AccessRights

The permissions assigned to the shared access policy. Possible values include: 'RegistryRead', 'RegistryWrite', 'ServiceConnect', 'DeviceConnect', 'RegistryRead, RegistryWrite', 'RegistryRead, ServiceConnect', 'RegistryRead, DeviceConnect', 'RegistryWrite, ServiceConnect', 'RegistryWrite, DeviceConnect', 'ServiceConnect, DeviceConnect', 'RegistryRead, RegistryWrite, ServiceConnect', 'RegistryRead, RegistryWrite, DeviceConnect', 'RegistryRead, ServiceConnect, DeviceConnect', 'RegistryWrite, ServiceConnect, DeviceConnect', 'RegistryRead, RegistryWrite, ServiceConnect, DeviceConnect'

Optional secondaryKey

secondaryKey: undefined | string

The secondary key.

Generated using TypeDoc