Esx.Settings.Internal.BootstrapConfiguration.KeyConfiguration
The Esx.Settings.Internal.BootstrapConfiguration.KeyConfiguration Schema contains JSON serialized data either as string or list of string for specific component, group and key.
Warning: this schema is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
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.Internal.BootstrapConfiguration.KeyConfiguration.Type.
Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
KeyConfiguration as serialized json string.
Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
This property is optional and it is only relevant when the value of type is Esx.Settings.Internal.BootstrapConfiguration.KeyConfiguration.Type.OBJECT.
KeyConfiguration as list of serialized json string.
Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
This property is optional and it is only relevant when the value of type is Esx.Settings.Internal.BootstrapConfiguration.KeyConfiguration.Type.ARRAY.