OBJECT

RotateServiceAccountSecretReply

Description

Updated service account details.

link GraphQL Schema definition

  • type RotateServiceAccountSecretReply {
  • # Client ID of the service account.
  • clientId: String!
  • # Client secret used to authenticate to the authorization server.
  • clientSecret: String!
  • # Name of the service account.
  • name: String!
  • # URI to retrieve the access token..
  • accessTokenUri: String!
  • }

link Require by