@archastro/sdk
    Preparing search index...

    Interface EffectiveAccessBillingPrincipal

    Billing administration authority for one Viewer-derived principal kind.

    interface EffectiveAccessBillingPrincipal {
        administrator: boolean;
        principal_type: "user" | "org";
    }
    Index

    Properties

    administrator: boolean

    Whether the authenticated user may administer this principal's billing account.

    principal_type: "user" | "org"