Skip to main content

RequestedClaimConstraint

A constraint applied to a specific claim in the presentation request.

type RequestedClaimConstraint {
claimName: String!
operator: ConstraintOperator!
values: [String!]
}

Fields

RequestedClaimConstraint.claimName ● String! non-null scalar

The name of the claim this constraint applies to.

RequestedClaimConstraint.operator ● ConstraintOperator! non-null enum

The operator used to evaluate the constraint (e.g. equals, startsWith, contains).

RequestedClaimConstraint.values ● [String!] list scalar

The list of values. Only defined for standard claims like identityId and issuanceId.

Member Of

RequestedCredential object