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

    Type Alias RoleUpdateResult

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

    Properties

    description?: string

    The description of the updated role.

    name?: string

    The display name of the updated role.

    roleId?: string

    The ID of the updated role.