INPUT_OBJECT
Input parameters for creating service accounts.
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!]!}