Dfns TypeScript SDK - v0.8.13
    Preparing search index...
    type ArchivePermissionResponse = {
        dateCreated: string;
        dateUpdated: string;
        id: string;
        isArchived: boolean;
        isImmutable: boolean;
        name: string;
        operations: string[];
        status: "Active";
    }
    Index

    Properties

    dateCreated: string
    dateUpdated: string
    id: string

    ID of the permission (also referred to as "role" in the dashboard).

    isArchived: boolean

    Whether this permission has been archived (soft-deleted).

    isImmutable: boolean

    Whether this permission is system-managed and cannot be modified.

    name: string

    Human-readable name of the permission (role).

    operations: string[]

    List of API operations this permission grants access to. See Permissions List for available operations.

    status: "Active"

    Current status of the permission.