SettingsClustersConfigurationArrayComplianceValue
The ArrayComplianceValue structure contains fields that describe the drift in an array of primitive data type values. 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 array of configuration values. This field is unset if the type is not BOOLEAN.
Describes the drift in a floating point(float or double) array of configuration values. This field is unset if the type is not DOUBLE.
Describes the drift in an integer(16 bit or 32 bit or 64 bit) array of configuration values. This field is unset if the type is not Long.
Describes the drift in a strings array of configuration values. 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"
}