Show / Hide Table of Contents

Class ConfigLevelManageBdsCertificateDetails

Details of certificate configuration / certificate authority level used to trigger the BDS certificate generation or renewal.

Inheritance
object
ManageBdsCertificateLevelTypeDetails
ConfigLevelManageBdsCertificateDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class ConfigLevelManageBdsCertificateDetails : ManageBdsCertificateLevelTypeDetails

Properties

CertificateConfigurationId

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

The id of the BDS certificate configuration used to generate or renew BDS certificate(s).

Remarks

Required

IsMissingNodesOnly

Declaration
[JsonProperty(PropertyName = "isMissingNodesOnly")]
public bool? IsMissingNodesOnly { get; set; }
Property Value
Type Description
bool?

Boolean flag specifying whether the request will only generate certificates for nodes which do not have the same certificate authority as the certificate configuration or not. The flag is only used for generating certificates from CONFIG_LEVEL.

In this article
Back to top