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?: string

Property Value

string

permission

The permissions for the ACL policy.

permission?: string

Property Value

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?: string

Property Value

string