OBJECT
ManagementEndpointCredentialPropertyDefinition
link GraphQL Schema definition
- type ManagementEndpointCredentialPropertyDefinition {
- # Localized description for the property
- LocalizedString :
- # Localized name for the property
- LocalizedString! :
- # Boolean flag to indicate whether the property is a secret field
- Boolean! :
- # Metadata about the property
- ManagementEndpointPropertyMetadata :
- # Name of the property
- String! :
- # Type of the property
- ManagementEndpointPropertyType! :
- # Boolean flag to indicate whether the property is mandatory
- Boolean! :
- # List of service that the property is applicable for
- ManagementEndpointPropertyService!] : [
- }