ServiceAccountGroupPayload
No description
type ServiceAccountGroupPayload {
successful: Boolean!
messages: [ValidationMessage]
result: ServiceAccount
}
Fields
ServiceAccountGroupPayload.successful ● Boolean! non-null scalar {#successful}
Indicates if the mutation completed successfully or not.
ServiceAccountGroupPayload.messages ● [ValidationMessage] list object {#messages}
A list of failed validations. May be blank or null if mutation succeeded.
ServiceAccountGroupPayload.result ● ServiceAccount object {#result}
The object created/updated/deleted by the mutation. May be null if mutation failed.
Returned By
addServiceAccountToGroup mutation ● removeServiceAccountFromGroup mutation