INPUT_OBJECT

CreateServiceAccountInput

Description

Input parameters for creating service accounts.

link GraphQL Schema definition

  • input CreateServiceAccountInput {
  • # Name of the service account.
  • name: String!
  • # Optional description of the service account.
  • description: String
  • # List of role IDs to assign to the service account.
  • roleIds: [String!]!
  • }

link Require by