Esx.Settings.Clusters.Configuration.SolutionsInternal.KeyConfiguration
The Esx.Settings.Clusters.Configuration.SolutionsInternal.KeyConfiguration Schema contains json serialized data either as string or list of string for a specific component, group and key.
This schema was added in vSphere API 9.0.0.0.
Note: this schema is restricted for VMware internal use only.
{
"type": "string",
"object_value": "string",
"array_value": [
"string"
]
}
Type of data.
Possible values:
- OBJECT: KeyConfiguration is of type object.
- ARRAY: KeyConfiguration is of type array.
For more information see: Esx.Settings.Clusters.Configuration.SolutionsInternal.KeyConfiguration.Type.
This property was added in vSphere API 9.0.0.0.
KeyConfiguration as serialized json string.
This property was added in vSphere API 9.0.0.0.
This property is optional and it is only relevant when the value of type is Esx.Settings.Clusters.Configuration.SolutionsInternal.KeyConfiguration.Type.OBJECT.
KeyConfiguration as list of serialized json string.
This property was added in vSphere API 9.0.0.0.
This property is optional and it is only relevant when the value of type is Esx.Settings.Clusters.Configuration.SolutionsInternal.KeyConfiguration.Type.ARRAY.