@archastro/sdk
    Preparing search index...

    Interface AclRemoveTarget

    Identifies a principal to be removed from an access-control list.

    interface AclRemoveTarget {
        principal?: string;
        principal_type: string;
    }
    Index

    Properties

    principal?: string

    The identifier of the principal to remove. A string ID for "user", "team", "org", and "agent" types; one of "admin", "member", or "viewer" for "org_role". Omit when principal_type is "everyone".

    principal_type: string

    The kind of principal to remove. One of "user", "team", "org", "org_role", "agent", or "everyone".