@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias RoleUpdateResult

    type RoleUpdateResult = {
        description: string | null;
        name: string;
        roleId: string;
    }
    Index

    Properties

    description: string | null

    The description of the updated role.

    name: string

    The display name of the updated role.

    roleId: string

    The ID of the updated role.