Class ConfigLevelManageBdsCertificateDetails
Details of certificate configuration / certificate authority level used to trigger the BDS certificate generation or renewal.
Inherited Members
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. |