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.