INPUT_OBJECT

ManagementEndpointCredentialRequest

Management Endpoint Credential Request

link GraphQL Schema definition

  • input ManagementEndpointCredentialRequest {
  • # Action to be performed on the management endpoint credential
  • action: ManagementEndpointResourceAction!
  • # In case of CREATE and UPDATE, provide ManagementEndpointCredentialsInput
  • managementEndpointCredential: ManagementEndpointCredentialsInput
  • # In case of DELETE, provide managementEndpointCredentialId
  • managementEndpointCredentialId: String
  • }