CertificateRevocationListDetails¶
- 
class oci.certificates_management.models.CertificateRevocationListDetails(**kwargs)¶
- Bases: - object- The details of the certificate revocation list (CRL). - Methods - __init__(**kwargs)- Initializes a new CertificateRevocationListDetails object with values from keyword arguments. - Attributes - custom_formatted_urls- Gets the custom_formatted_urls of this CertificateRevocationListDetails. - object_storage_config- [Required] Gets the object_storage_config of this CertificateRevocationListDetails. - 
__init__(**kwargs)¶
- Initializes a new CertificateRevocationListDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - object_storage_config (oci.certificates_management.models.ObjectStorageBucketConfigDetails) – The value to assign to the object_storage_config property of this CertificateRevocationListDetails.
- custom_formatted_urls (list[str]) – The value to assign to the custom_formatted_urls property of this CertificateRevocationListDetails.
 
 - 
custom_formatted_urls¶
- Gets the custom_formatted_urls of this CertificateRevocationListDetails. Optional CRL access points, expressed using a format where the version number of the issuing CA is inserted wherever you include a pair of curly braces. This versioning scheme helps avoid collisions when new CA versions are created. For example, myCrlFileIssuedFromCAVersion{}.crl becomes myCrlFileIssuedFromCAVersion2.crl for CA version 2. - Returns: - The custom_formatted_urls of this CertificateRevocationListDetails. - Return type: - list[str] 
 - 
object_storage_config¶
- [Required] Gets the object_storage_config of this CertificateRevocationListDetails. - Returns: - The object_storage_config of this CertificateRevocationListDetails. - Return type: - oci.certificates_management.models.ObjectStorageBucketConfigDetails 
 
-