Skip to main content

ServiceAccountViewer

Information about the authenticated service account (API client).

type ServiceAccountViewer {
id: ID!
name: String!
description: String
createdAt: DateTime!
updatedAt: DateTime!
organization: ViewerOrganization!
}

Fields

ServiceAccountViewer.id ● ID! non-null scalar

ServiceAccountViewer.name ● String! non-null scalar

Service account name

ServiceAccountViewer.description ● String scalar

What this service account is used for

ServiceAccountViewer.createdAt ● DateTime! non-null scalar

When this service account was created (UTC)

ServiceAccountViewer.updatedAt ● DateTime! non-null scalar

When this service account was last modified (UTC)

ServiceAccountViewer.organization ● ViewerOrganization! non-null object

The organization this service account belongs to.

Implemented By

Viewer union