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

    Type Alias TenantCreateRequest

    type TenantCreateRequest = {
        description?: string;
        name: string;
        tenantId: string;
    }
    Index

    Properties

    description?: string

    The description of the tenant.

    name: string

    The name of the tenant.

    tenantId: string

    The unique ID for the tenant. Must be 255 characters or less. Can contain letters, numbers, [_, -, +, ., @].