Skip to main content

ServiceAccount

A service account with its full details.

type ServiceAccount {
id: ID!
name: String!
description: String
createdAt: DateTime!
updatedAt: DateTime!
}

Fields

ServiceAccount.id ● ID! non-null scalar {#id}

Service account identifier

ServiceAccount.name ● String! non-null scalar {#name}

Service account name

ServiceAccount.description ● String scalar {#description}

What this service account is for

ServiceAccount.createdAt ● DateTime! non-null scalar {#created-at}

When this service account was created (UTC)

ServiceAccount.updatedAt ● DateTime! non-null scalar {#updated-at}

When this service account was last modified (UTC)

Member Of

ServiceAccountGroupPayload object ● ServiceAccountPayload object