Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AuthorizationPolicy

Package version

interface

An interface representing AuthorizationPolicy. The authorization policy.

Hierarchy

  • AuthorizationPolicy

Index

Properties

permissions

permissions: PermissionTypes[]
member

{PermissionTypes[]} permissions The permissions associated with the policy.

Optional policyName

policyName: undefined | string
member

{string} [policyName] Name of the policy. NOTE: This property will not be serialized. It can only be populated by the server.

Optional primaryKey

primaryKey: undefined | string
member

{string} [primaryKey] Primary key assiciated with the policy.

Optional secondaryKey

secondaryKey: undefined | string
member

{string} [secondaryKey] Secondary key assiciated with the policy.

Generated using TypeDoc