Dfns TypeScript SDK - v0.8.13
    Preparing search index...
    type CreateAssignmentResponse = {
        dateCreated: string;
        dateUpdated: string;
        id: string;
        identityId: string;
        isImmutable: boolean;
        permissionId: string;
    }
    Index

    Properties

    dateCreated: string
    dateUpdated: string
    id: string

    ID of the permission assignment.

    identityId: string

    ID of the identity the permission is assigned to. Can be a user ID, a service account ID, or a personal access token (PAT) ID.

    isImmutable: boolean

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

    permissionId: string

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