Skip to main content

IdentityVerificationDetailsInput

Identity verification details used to match against the IDV provider's response. Required when requiresIdentityVerification is true on the async issuance request. For Entra identities the API auto-populates this from Microsoft Graph; the admin may override the auto-populated values.

input IdentityVerificationDetailsInput {
givenName: String!
surname: String!
}

Fields

IdentityVerificationDetailsInput.givenName ● String! non-null scalar

Expected given name. Compared case-insensitively with whitespace trimmed.

IdentityVerificationDetailsInput.surname ● String! non-null scalar

Expected surname. Compared case-insensitively with whitespace trimmed.

Member Of

AsyncIssuanceRequestInput input ● VerificationMethodInput input