INPUT_OBJECT

CrossAccountSaInput

Description

Service account details of the cross-account.

link GraphQL Schema definition

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