Show / Hide Table of Contents

Class ExternalKeyManagerMetadataSummary

Summary about metadata of external key manager to be returned to the customer as a response.

Inheritance
object
ExternalKeyManagerMetadataSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.KeymanagementService.Models
Assembly: OCI.DotNetSDK.Keymanagement.dll
Syntax
public class ExternalKeyManagerMetadataSummary

Properties

ExternalVaultEndpointUrl

Declaration
[Required(ErrorMessage = "ExternalVaultEndpointUrl is required.")]
[JsonProperty(PropertyName = "externalVaultEndpointUrl")]
public string ExternalVaultEndpointUrl { get; set; }
Property Value
Type Description
string

URL of the vault on external key manager.

Remarks

Required

OauthMetadataSummary

Declaration
[JsonProperty(PropertyName = "oauthMetadataSummary")]
public OauthMetadataSummary OauthMetadataSummary { get; set; }
Property Value
Type Description
OauthMetadataSummary

PrivateEndpointId

Declaration
[Required(ErrorMessage = "PrivateEndpointId is required.")]
[JsonProperty(PropertyName = "privateEndpointId")]
public string PrivateEndpointId { get; set; }
Property Value
Type Description
string

OCID of the private endpoint.

Remarks

Required

Vendor

Declaration
[JsonProperty(PropertyName = "vendor")]
public string Vendor { get; set; }
Property Value
Type Description
string

Vendor of the external key manager.

In this article
Back to top