Show / Hide Table of Contents

Class UpdateSubordinateCaManagedInternallyIssuedByExternalCaConfigDetails

The configuration details for updating an internally managed subordinate certificate authority (CA) which is issued by an external CA.

Inheritance
object
UpdateCertificateAuthorityConfigDetails
UpdateSubordinateCaManagedInternallyIssuedByExternalCaConfigDetails
Inherited Members
UpdateCertificateAuthorityConfigDetails.VersionName
UpdateCertificateAuthorityConfigDetails.Stage
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CertificatesmanagementService.Models
Assembly: OCI.DotNetSDK.Certificatesmanagement.dll
Syntax
public class UpdateSubordinateCaManagedInternallyIssuedByExternalCaConfigDetails : UpdateCertificateAuthorityConfigDetails

Properties

ActionDetails

Declaration
[Required(ErrorMessage = "ActionDetails is required.")]
[JsonProperty(PropertyName = "actionDetails")]
public UpdateCertificateAuthorityActionDetails ActionDetails { get; set; }
Property Value
Type Description
UpdateCertificateAuthorityActionDetails
Remarks

Required

In this article
Back to top