TenantPolicy specifies an access policy for the tenant.

interface TenantPolicy {
    action: string;
    effect: string;
    resource: string;
    subject: string;
    uuid: string;
}

Properties

action: string

The action to perform on the policy, either read or write.

effect: string

The effect that the policy is to have, either allow or deny.

resource: string

The resource ID that the policy affects.

subject: string

The subject that the policy pertains to.

uuid: string

Policy id