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