AccessPolicy interface
An Access policy.
Properties
expiry | The datetime that the policy expires. |
permission | The permissions for the acl policy. |
start | The start datetime from which the policy is active. |
Property Details
expiry
The datetime that the policy expires.
expiry?: Date
Property Value
Date
permission
The permissions for the acl policy.
permission?: string
Property Value
string
start
The start datetime from which the policy is active.
start?: Date
Property Value
Date