INPUT_OBJECT

ManagementEndpointCredentialBrokerInput

A credential broker creation request, which would provide yaml, script, brokerId and access key for deployment of broker

link GraphQL Schema definition

  • input ManagementEndpointCredentialBrokerInput {
  • # Short description of Credential broker
  • description: String
  • # Display name of Credential broker
  • name: String!
  • }