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

    Type Alias GroupCreateResult

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

    Properties

    description?: string

    The description of the created group.

    groupId?: string

    The ID of the created group.

    name?: string

    The display name of the created group.