INPUT_OBJECT

SecurityUserInfoInput

link GraphQL Schema definition

  • input SecurityUserInfoInput {
  • # Email of the user
  • email: String!
  • # Name of the user
  • name: String!
  • # CSP user ID of the user
  • userId: String!
  • }