TrustedInfrastructureTrustAuthorityClustersKmsProvidersUpdateSpec
The Providers.UpdateSpec structure contains fields that describe the new configuration for an existing provider.
Properties
key_server
Optional
Key server associated with this provider.
If unset, key server configuration will remain unchanged.
string
master_key_id
Optional
Master key identifier created for the provider. A unique Key identifier.
If unset, masterKeyId will remain unchanged.
JSON Example
{
"key_server": {
"connection_timeout": 0,
"description": "string",
"kmip_server": {
"servers": [
{
"address": {
"hostname": "string",
"port": 0
},
"name": "string"
}
],
"username": "string"
},
"proxy_server": {
"hostname": "string",
"port": 0
},
"type": "KMIP"
},
"master_key_id": "string"
}