GenerateKeyRequestType

GenerateKeyRequestType
GenerateKeyRequestType

The parameters of GenerateKey.

JSON Example
{
    "keyProvider": {
        "_typeName": "string",
        "id": "string"
    },
    "spec": {
        "_typeName": "string",
        "attributes": [
            {
                "_typeName": "string",
                "key": "string",
                "value": "string"
            }
        ]
    },
    "keySpec": {
        "_typeName": "string",
        "keyType": "string"
    }
}
keyProvider
Optional

[in] Which provider will generate the key. If omitted, will use the default key provider.

spec
Optional

[in] The spec that contains custom attributes key/value pairs.

Since: vSphere API Release 8.0.1.0

keySpec
Optional

[in] The keySpec that contains key generation options. If unset, key will be generated with default settings of the key provider.

Since: vSphere API Release 9.0.0.0