Package version:

Interface AccessPolicy

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