Esx.Settings.Clusters.Configuration.SolutionsInternal.KeyConfiguration

Esx.Settings.Clusters.Configuration.SolutionsInternal.KeyConfiguration
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.

JSON Example
{
    "type": "string",
    "object_value": "string",
    "array_value": [
        "string"
    ]
}
string
type
Required

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.

string
object_value
Optional

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.

array of string
array_value
Optional

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.