CertificateExtensions¶
-
class
oci.waas.models.
CertificateExtensions
(**kwargs)¶ Bases:
object
CertificateExtensions model.
Methods
__init__
(**kwargs)Initializes a new CertificateExtensions object with values from keyword arguments. Attributes
is_critical
Gets the is_critical of this CertificateExtensions. name
Gets the name of this CertificateExtensions. value
Gets the value of this CertificateExtensions. -
__init__
(**kwargs)¶ Initializes a new CertificateExtensions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this CertificateExtensions.
- is_critical (bool) – The value to assign to the is_critical property of this CertificateExtensions.
- value (str) – The value to assign to the value property of this CertificateExtensions.
-
is_critical
¶ Gets the is_critical of this CertificateExtensions. The critical flag of the extension. Critical extensions must be processed, non-critical extensions can be ignored.
Returns: The is_critical of this CertificateExtensions. Return type: bool
-
name
¶ Gets the name of this CertificateExtensions. The certificate extension name.
Returns: The name of this CertificateExtensions. Return type: str
-
value
¶ Gets the value of this CertificateExtensions. The certificate extension value.
Returns: The value of this CertificateExtensions. Return type: str
-