UpdateSSOProfileIDInput
No description
input UpdateSSOProfileIDInput {
  clientMutationId: String!
  userID: ID!
  ssoProfileID: String!
}
Fields
UpdateSSOProfileIDInput.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
UpdateSSOProfileIDInput.userID ● ID! non-null scalar
userID is the ID of the user whose SSOProfile ID is being updated.
UpdateSSOProfileIDInput.ssoProfileID ● String! non-null scalar
ssoProfileID is the new ID to set for the user's SSOProfile ID.
Member Of
updateSSOProfileID  mutation