OBJECT

UpdateServiceAccountReply

Description

Updated service account details.

link GraphQL Schema definition

  • type UpdateServiceAccountReply {
  • # 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 done using the service account.
  • lastLogin: DateTime
  • }

link Require by