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 {#id}
ServiceAccountViewer.name ● String! non-null scalar {#name}
Service account name
ServiceAccountViewer.description ● String scalar {#description}
What this service account is used for
ServiceAccountViewer.createdAt ● DateTime! non-null scalar {#created-at}
When this service account was created (UTC)
ServiceAccountViewer.updatedAt ● DateTime! non-null scalar {#updated-at}
When this service account was last modified (UTC)
ServiceAccountViewer.organization ● ViewerOrganization! non-null object {#organization}
The organization this service account belongs to.
Implemented By
Viewer union