OBJECT
ManagementEndpointDefinition
Endpoint Type Definition - contains information on the endpoint and parameters
link GraphQL Schema definition
- type ManagementEndpointDefinition {
- # List of credential type definition supported fo the endpoint
- ManagementEndpointCredentialDefinition!] : [
- # Localized decsription for endpoint type
- LocalizedString :
- # Localized name for endpoint type
- LocalizedString! :
- # Unique ID for endpoint definition
- String! :
- # List of properties for the endpoint
- ManagementEndpointPropertyDefinition!] : [
- }