Class GetCertificateAuthorityRequest
Implements
Inherited Members
Namespace: Oci.CertificatesmanagementService.Requests
Assembly: OCI.DotNetSDK.Certificatesmanagement.dll
Syntax
public class GetCertificateAuthorityRequest : IOciRequest
Examples
Click here to see an example of how to use GetCertificateAuthority request.
Properties
CertificateAuthorityId
Declaration
[Required(ErrorMessage = "CertificateAuthorityId is required.")]
[HttpConverter(TargetEnum.Path, "certificateAuthorityId")]
public string CertificateAuthorityId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the certificate authority (CA). |
Remarks
Required
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique Oracle-assigned identifier for the request. If provided, the returned request ID will include this value. Otherwise, a random request ID will be generated by the service. |