OBJECT

PamIntegrationCreationInfo

Description

The service account tied to the PAM integration.

link GraphQL Schema definition

  • type PamIntegrationCreationInfo {
  • # The client ID of the service account.
  • clientId: String!
  • # The client secret of the service account.
  • clientSecret: String!
  • }