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

    Type Alias RoleUpdateRequest

    type RoleUpdateRequest = {
        description: string;
        name: string;
    }
    Index

    Properties

    Properties

    description: string

    The description of the new role.

    name: string

    The display name of the new role.