AccessPolicy interface

An Access policy.

Properties

expiry

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.

permission

The permissions for the ACL policy.

start

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.

Property Details

expiry

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.

expiry?: undefined | string

Property Value

undefined | string

permission

The permissions for the ACL policy.

permission?: undefined | string

Property Value

undefined | string

start

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.

start?: undefined | string

Property Value

undefined | string