Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SharedAccessSignatureAuthorizationRuleAccessRightsDescription

Package version

interface

An interface representing SharedAccessSignatureAuthorizationRuleAccessRightsDescription. Description of the shared access key.

Hierarchy

  • SharedAccessSignatureAuthorizationRuleAccessRightsDescription

Index

Properties

keyName

keyName: string
member

{string} keyName Name of the key.

Optional primaryKey

primaryKey: undefined | string
member

{string} [primaryKey] Primary SAS key value.

rights

member

{AccessRightsDescription} rights Rights that this key has. Possible values include: 'ServiceConfig', 'EnrollmentRead', 'EnrollmentWrite', 'DeviceConnect', 'RegistrationStatusRead', 'RegistrationStatusWrite'

Optional secondaryKey

secondaryKey: undefined | string
member

{string} [secondaryKey] Secondary SAS key value.

Generated using TypeDoc