Skip to main content

ServiceAccountWithSecret

A service account with its secret token. The secret is only visible on creation.

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

Fields

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

Service account identifier

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

Service account name

ServiceAccountWithSecret.description ● String scalar {#description}

What this service account is for

ServiceAccountWithSecret.secret ● String! non-null scalar {#secret}

Secret token for authentication. Only returned on creation.

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

When this service account was created (UTC)

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

When this service account was last modified (UTC)

Member Of

ServiceAccountWithSecretPayload object