OBJECT

ServiceAccount

Description

Service Account.

link GraphQL Schema definition

  • type ServiceAccount {
  • # Client ID of the service account.
  • clientId: String!
  • # Name of the service account.
  • name: String!
  • # Description of the service account.
  • description: String!
  • # Timestamp of the last login by the service account.
  • lastLogin: DateTime
  • # Roles assigned to the service account.
  • roles: [Role!]!
  • }