INPUT_OBJECT
ManagementEndpointRequest
Management Endpoint Request
link GraphQL Schema definition
- input ManagementEndpointRequest {
- # Action to be performed on the management endpoint
- ManagementEndpointResourceAction! :
- # In case of CREATE and UPDATE, provide ManagementEndpointInput
- ManagementEndpointInput :
- # In case of DELETE, provide managementEndpointId
- String :
- }