ClusterProfileConfigServiceCreateSpec
ClusterProfileConfigServiceCreateSpec
DataObject which allows reconfiguration of a profile based on services that will be available on the cluster.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"name": "string",
"annotation": "string",
"enabled": false,
"serviceType": [
"string"
]
}
array of string
serviceType
Optional
Type of the service for which the ClusterProfile is being requested.
If more than one service is specified, the created ClusterProfile will cater for all the services. Possible values are specified by ClusterProfileServiceTypeEnum. If unset, clear the compliance expressions on the profile.