Package version:

An Access policy.

interface AccessPolicy {
    expiresOn?: string;
    permissions?: string;
    startsOn?: string;
}

Properties

expiresOn?: string

The date-time the policy expires.

permissions?: string

The permissions for the ACL policy.

startsOn?: string

The date-time the policy is active.