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

    Type Alias searchUsersForTenantConsistency

    Management of eventual consistency *

    type searchUsersForTenantConsistency = {
        consistency: ConsistencyOptions<
            _DataOf<typeof Sdk.searchUsersForTenant>,
        >;
    }
    Index

    Properties

    Properties

    consistency: ConsistencyOptions<_DataOf<typeof Sdk.searchUsersForTenant>>

    Management of eventual consistency tolerance. Set waitUpToMs to 0 to ignore eventual consistency. pollInterval is 500ms by default.