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

    Type Alias MappingRuleResult

    type MappingRuleResult = {
        claimName?: string;
        claimValue?: string;
        mappingRuleId?: string;
        name?: string;
    }
    Index

    Properties

    claimName?: string

    The name of the claim to map.

    claimValue?: string

    The value of the claim to map.

    mappingRuleId?: string

    The ID of the mapping rule.

    name?: string

    The name of the mapping rule.