Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AccessPolicy

Package version

An Access policy.

Hierarchy

  • AccessPolicy

Index

Properties

Properties

Optional expiry

expiry: undefined | string

The date-time the policy expires. NOTE: This entity will be treated as a string instead of a Date because the API can potentially deal with a higher precision value than what is supported by JavaScript.

Optional permissions

permissions: undefined | string

The permissions for the ACL policy.

Optional start

start: undefined | string

The date-time the policy is active. NOTE: This entity will be treated as a string instead of a Date because the API can potentially deal with a higher precision value than what is supported by JavaScript.

Generated using TypeDoc