UpdateServiceAccountInput
Update a service account's name or description. Both fields are optional; send only the fields you want to change.
input UpdateServiceAccountInput {
description: String
name: String
}
Fields
UpdateServiceAccountInput.description ● String scalar {#description}
What this service account is used for
UpdateServiceAccountInput.name ● String scalar {#name}
A human-readable name for the service account
Member Of
updateServiceAccount mutation