ArrayOfClusterProfileCompleteConfigSpec
ArrayOfClusterProfileCompleteConfigSpec
A boxed array of ClusterProfileCompleteConfigSpec. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"name": "string",
"annotation": "string",
"enabled": false,
"complyProfile": {
"_typeName": "string",
"expression": [
{
"_typeName": "string",
"id": "string",
"displayName": "string",
"negated": false
}
],
"rootExpression": "string"
}
}
]
}