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

    Type Alias ResourceResult

    type ResourceResult = {
        resourceId: string;
        resourceKey: ResourceKey;
        resourceName: string;
        tenantId: TenantId;
        version: number;
        versionTag: string | null;
    }
    Index

    Properties

    resourceId: string

    The resource ID of this resource.

    resourceKey: ResourceKey

    The unique key of this resource.

    resourceName: string

    The resource name from which this resource was parsed.

    tenantId: TenantId

    The tenant ID of this resource.

    version: number

    The assigned resource version.

    versionTag: string | null

    The version tag of this resource.