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

    Type Alias AssignRoleToTenantData

    type AssignRoleToTenantData = {
        body?: never;
        path: { roleId: string; tenantId: TenantId };
        query?: never;
        url: "/tenants/{tenantId}/roles/{roleId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { roleId: string; tenantId: TenantId }

    Type Declaration

    • roleId: string

      The unique identifier of the role.

    • tenantId: TenantId
    query?: never
    url: "/tenants/{tenantId}/roles/{roleId}"