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

    Type Alias GroupCreateRequest

    type GroupCreateRequest = {
        description?: string;
        groupId: string;
        name: string;
    }
    Index

    Properties

    description?: string

    The description of the new group.

    groupId: string

    The ID of the new group.

    name: string

    The display name of the new group.