TrustedInfrastructureTrustAuthorityClustersKmsProvidersCreateSpec
The Providers.CreateSpec structure contains fields that describe the desired configuration for a new Key Provider.
Properties
key_server
Required
Key server associated with this Provider.
string
master_key_id
Required
Master key ID created for the provider. A unique Key ID.
string
provider
Required
Name of the provider. A unique string chosen by the client.
When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.trusted_infrastructure.trust_authority_clusters.kms.Provider. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.trusted_infrastructure.trust_authority_clusters.kms.Provider.
JSON Example
{
"key_server": {
"type": "KMIP"
},
"master_key_id": "string",
"provider": "string"
}