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

    Type Alias GroupUpdateResult

    type GroupUpdateResult = {
        description: string | null;
        groupId: string;
        name: string;
    }
    Index

    Properties

    description: string | null

    The description of the group.

    groupId: string

    The unique external group ID.

    name: string

    The name of the group.