SettingsClustersConfigurationPrimitiveComplianceValue
The PrimitiveComplianceValue structure contains fields that describe the drift in a primitive data type value. Depending on the primitive data type of the configuration only one of the members in this structure is populated.
Properties
Describes the drift in a boolean configuration value. This field is unset if the type is not BOOLEAN.
Describes the drift in a floating point(float or double) configuration value. This field is unset if the type is not DOUBLE.
Describes the drift in an integer(16 bit or 32 bit or 64 bit) configuration value. This field is unset if the type is not Long.
Describes the drift in a string configuration value. This field is unset if the type is neither STRING nor SECRET.
Type of the configuration in drift.
Possible values are: BINARY , BOOLEAN , DOUBLE , LONG , STRING , SECRET , USER_DATA
JSON Example
{
"type": "enum"
}