Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SharedAccessAuthorizationRuleProperties

Package version

interface

An interface representing SharedAccessAuthorizationRuleProperties. SharedAccessAuthorizationRule properties.

Hierarchy

  • SharedAccessAuthorizationRuleProperties

Index

Properties

Optional claimType

claimType: undefined | string
member

{string} [claimType] A string that describes the claim type NOTE: This property will not be serialized. It can only be populated by the server.

Optional claimValue

claimValue: undefined | string
member

{string} [claimValue] A string that describes the claim value NOTE: This property will not be serialized. It can only be populated by the server.

Optional createdTime

createdTime: undefined | string
member

{string} [createdTime] The created time for this rule NOTE: This property will not be serialized. It can only be populated by the server.

Optional keyName

keyName: undefined | string
member

{string} [keyName] A string that describes the authorization rule. NOTE: This property will not be serialized. It can only be populated by the server.

Optional modifiedTime

modifiedTime: undefined | string
member

{string} [modifiedTime] The last modified time for this rule NOTE: This property will not be serialized. It can only be populated by the server.

Optional primaryKey

primaryKey: undefined | string
member

{string} [primaryKey] A base64-encoded 256-bit primary key for signing and validating the SAS token. NOTE: This property will not be serialized. It can only be populated by the server.

Optional revision

revision: undefined | number
member

{number} [revision] The revision number for the rule NOTE: This property will not be serialized. It can only be populated by the server.

Optional rights

rights: AccessRights[]
member

{AccessRights[]} [rights] The rights associated with the rule.

Optional secondaryKey

secondaryKey: undefined | string
member

{string} [secondaryKey] A base64-encoded 256-bit primary key for signing and validating the SAS token. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc