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

    Type Alias MappingRuleCreateUpdateRequest

    type MappingRuleCreateUpdateRequest = {
        claimName: string;
        claimValue: string;
        name: string;
    }
    Index

    Properties

    claimName: string

    The name of the claim to map.

    claimValue: string

    The value of the claim to map.

    name: string

    The name of the mapping rule.