CertificateRule¶
- 
class oci.certificates_management.models.CertificateRule(**kwargs)¶
- Bases: - object- A rule that you can apply to a certificate to enforce certain conditions on the certificate’s usage and management. - Attributes - RULE_TYPE_CERTIFICATE_RENEWAL_RULE- A constant which can be used with the rule_type property of a CertificateRule. - rule_type- [Required] Gets the rule_type of this CertificateRule. - Methods - __init__(**kwargs)- Initializes a new CertificateRule object with values from keyword arguments. - get_subtype(object_dictionary)- Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. - 
RULE_TYPE_CERTIFICATE_RENEWAL_RULE= 'CERTIFICATE_RENEWAL_RULE'¶
- A constant which can be used with the rule_type property of a CertificateRule. This constant has a value of “CERTIFICATE_RENEWAL_RULE” 
 - 
__init__(**kwargs)¶
- Initializes a new CertificateRule object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: - The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - rule_type (str) – The value to assign to the rule_type property of this CertificateRule. Allowed values for this property are: “CERTIFICATE_RENEWAL_RULE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. 
 - 
static get_subtype(object_dictionary)¶
- Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. 
 - 
rule_type¶
- [Required] Gets the rule_type of this CertificateRule. The type of rule. - Allowed values for this property are: “CERTIFICATE_RENEWAL_RULE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. - Returns: - The rule_type of this CertificateRule. - Return type: - str 
 
-