public sealed class EkmMetadata : IMessage<EkmMetadata>, IEquatable<EkmMetadata>, IDeepCloneable<EkmMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Controls Partner v1 API class EkmMetadata.
Holds information needed by Mudbray to use partner EKMs for workloads.
Implements
IMessageEkmMetadata, IEquatableEkmMetadata, IDeepCloneableEkmMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.CloudControlsPartner.V1Assembly
Google.Cloud.CloudControlsPartner.V1.dll
Constructors
EkmMetadata()
public EkmMetadata()
EkmMetadata(EkmMetadata)
public EkmMetadata(EkmMetadata other)
Parameter | |
---|---|
Name | Description |
other |
EkmMetadata |
Properties
EkmEndpointUri
public string EkmEndpointUri { get; set; }
Endpoint for sending requests to the EKM for key provisioning during Assured Workload creation.
Property Value | |
---|---|
Type | Description |
string |
EkmSolution
public EkmMetadata.Types.EkmSolution EkmSolution { get; set; }
The Cloud EKM partner.
Property Value | |
---|---|
Type | Description |
EkmMetadataTypesEkmSolution |