Anchor to IdentityProviderSubjectUserErrorIdentity
objectIdentity Provider Subject User Error
Requires access scope.
An error in the input of a mutation. Mutations return objects to
indicate validation failures, such as invalid field values or business logic
violations, that prevent the operation from completing.
Anchor to FieldsFields
- code (IdentityProviderSubjectUserErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Identity
Provider Subject User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- identityProviderSubjectDelete (IdentityProviderSubjectDeletePayload)
- •mutation
Unlink a customer's third-party identity provider subject.
- Anchor to customerIdcustomer•ID!
Id required The ID of the customer the identity provider subject belongs to. Required so the database lookup can hit the table's partition key (
) instead of doing a cross-tablet scan.- •ID!required
The ID of the identity provider subject to delete.
Arguments
Was this section helpful?