Skip to main content

ServiceAccount

A service account represents a non-human account used for automated access

type ServiceAccount {
id: ID!
name: String!
description: String
active: Boolean!
}

Fields

ServiceAccount.id ● ID! non-null scalar

ServiceAccount.name ● String! non-null scalar

ServiceAccount.description ● String scalar

ServiceAccount.active ● Boolean! non-null scalar

Returned By

serviceAccounts query

Member Of

ServiceAccountPayload object