ManagedServicesGroupIdComparison Object
Description
Comparison for group IDs.
Properties
compareType
Comparison to use.
Type: string
Valid Values:
containsdoes-not-containdoes-not-end-withdoes-not-equaldoes-not-start-withends-withequalsstarts-with
Required: Yes
value
Text to compare.
Type: string
Required: Yes
Sample JSON
{
"compareType": "starts-with",
"value": "prod-"
}Last updated