CreateServiceAccountInput
Create a new service account for programmatic API access.
input CreateServiceAccountInput {
description: String
name: String!
}
Fields
CreateServiceAccountInput.description ● String scalar {#description}
What this service account is used for
CreateServiceAccountInput.name ● String! non-null scalar {#name}
A human-readable name for the service account
Member Of
createServiceAccount mutation