Skip to main content

ServiceAccountWithSecret

Service account with generated secret.

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

Fields

ServiceAccountWithSecret.id ● ID! non-null scalar

ServiceAccountWithSecret.name ● String! non-null scalar

ServiceAccountWithSecret.secret ● String! non-null scalar

Service account secret, only visible on create.

ServiceAccountWithSecret.description ● String scalar

ServiceAccountWithSecret.active ● Boolean! non-null scalar

Member Of

ServiceAccountWithSecretPayload object