INPUT_OBJECT
Input parameters for creating service accounts.
input CreateServiceAccountInput {# Optional description of the service account.description: String# Name of the service account.name: String!# List of role IDs to assign to the service account.roleIds: [String!]!}