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
[in] The crypto Key Id.
spec
Required
[in] The spec that contains custom attributes key/value pairs.