ObjectStorageBucketConfigDetails¶
-
class
oci.certificates_management.models.
ObjectStorageBucketConfigDetails
(**kwargs)¶ Bases:
object
The details of the Object Storage bucket configured to store the certificate revocation list (CRL).
Methods
__init__
(**kwargs)Initializes a new ObjectStorageBucketConfigDetails object with values from keyword arguments. Attributes
object_storage_bucket_name
[Required] Gets the object_storage_bucket_name of this ObjectStorageBucketConfigDetails. object_storage_namespace
Gets the object_storage_namespace of this ObjectStorageBucketConfigDetails. object_storage_object_name_format
[Required] Gets the object_storage_object_name_format of this ObjectStorageBucketConfigDetails. -
__init__
(**kwargs)¶ Initializes a new ObjectStorageBucketConfigDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - object_storage_namespace (str) – The value to assign to the object_storage_namespace property of this ObjectStorageBucketConfigDetails.
- object_storage_bucket_name (str) – The value to assign to the object_storage_bucket_name property of this ObjectStorageBucketConfigDetails.
- object_storage_object_name_format (str) – The value to assign to the object_storage_object_name_format property of this ObjectStorageBucketConfigDetails.
-
object_storage_bucket_name
¶ [Required] Gets the object_storage_bucket_name of this ObjectStorageBucketConfigDetails. The name of the bucket where the CRL is stored.
Returns: The object_storage_bucket_name of this ObjectStorageBucketConfigDetails. Return type: str
-
object_storage_namespace
¶ Gets the object_storage_namespace of this ObjectStorageBucketConfigDetails. The tenancy of the bucket where the CRL is stored.
Returns: The object_storage_namespace of this ObjectStorageBucketConfigDetails. Return type: str
-
object_storage_object_name_format
¶ [Required] Gets the object_storage_object_name_format of this ObjectStorageBucketConfigDetails. The object name in the bucket where the CRL is stored, expressed using a format where the version number of the issuing CA is inserted as part of the Object Storage object name 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 object_storage_object_name_format of this ObjectStorageBucketConfigDetails. Return type: str
-