OBJECT

CrossAccountSaType

Description

Service account details of the cross-account.

link GraphQL Schema definition

  • type CrossAccountSaType {
  • # Client ID of the service account.
  • clientId: String!
  • # Client secret of the service account.
  • clientSecret: String!
  • # URL path to to retrieve access token for service account.
  • accessTokenUrl: String!
  • }