INPUT_OBJECT

UpdateServiceAccountInput

Description

Input parameters for updating service accounts.

link GraphQL Schema definition

  • input UpdateServiceAccountInput {
  • # ID of the service account to update.
  • id: String!
  • # Optional description of the service account.
  • description: String
  • }

link Require by