SetKeyCustomAttributesRequestType

SetKeyCustomAttributesRequestType
SetKeyCustomAttributesRequestType

The parameters of SetKeyCustomAttributes.

Since: vSphere API Release 8.0.1.0

JSON Example
{
    "keyId": {
        "_typeName": "string",
        "keyId": "string",
        "providerId": {
            "_typeName": "string",
            "id": "string"
        }
    },
    "spec": {
        "_typeName": "string",
        "attributes": [
            {
                "_typeName": "string",
                "key": "string",
                "value": "string"
            }
        ]
    }
}
keyId
Required

Data Object representing a cryptographic key.

spec
Required

Crypto key custom attribute spec

Since: vSphere API Release 8.0.1.0

Availability
Added in vSphere API Release 8.0.1.0