SettingsCertificateValidation

class oci.identity_domains.models.SettingsCertificateValidation(**kwargs)

Bases: object

Certificate Validation Config

Added In: 2010242156

SCIM++ Properties: - caseExact: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: complex - uniqueness: none

Methods

__init__(**kwargs) Initializes a new SettingsCertificateValidation object with values from keyword arguments.

Attributes

crl_check_on_ocsp_failure_enabled Gets the crl_check_on_ocsp_failure_enabled of this SettingsCertificateValidation.
crl_enabled Gets the crl_enabled of this SettingsCertificateValidation.
crl_location Gets the crl_location of this SettingsCertificateValidation.
crl_refresh_interval Gets the crl_refresh_interval of this SettingsCertificateValidation.
ocsp_enabled Gets the ocsp_enabled of this SettingsCertificateValidation.
ocsp_responder_url Gets the ocsp_responder_url of this SettingsCertificateValidation.
ocsp_settings_responder_url_preferred Gets the ocsp_settings_responder_url_preferred of this SettingsCertificateValidation.
ocsp_signing_certificate_alias Gets the ocsp_signing_certificate_alias of this SettingsCertificateValidation.
ocsp_timeout_duration Gets the ocsp_timeout_duration of this SettingsCertificateValidation.
ocsp_unknown_response_status_allowed Gets the ocsp_unknown_response_status_allowed of this SettingsCertificateValidation.
__init__(**kwargs)

Initializes a new SettingsCertificateValidation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • crl_enabled (bool) – The value to assign to the crl_enabled property of this SettingsCertificateValidation.
  • crl_check_on_ocsp_failure_enabled (bool) – The value to assign to the crl_check_on_ocsp_failure_enabled property of this SettingsCertificateValidation.
  • crl_location (str) – The value to assign to the crl_location property of this SettingsCertificateValidation.
  • crl_refresh_interval (int) – The value to assign to the crl_refresh_interval property of this SettingsCertificateValidation.
  • ocsp_enabled (bool) – The value to assign to the ocsp_enabled property of this SettingsCertificateValidation.
  • ocsp_unknown_response_status_allowed (bool) – The value to assign to the ocsp_unknown_response_status_allowed property of this SettingsCertificateValidation.
  • ocsp_responder_url (str) – The value to assign to the ocsp_responder_url property of this SettingsCertificateValidation.
  • ocsp_settings_responder_url_preferred (bool) – The value to assign to the ocsp_settings_responder_url_preferred property of this SettingsCertificateValidation.
  • ocsp_timeout_duration (int) – The value to assign to the ocsp_timeout_duration property of this SettingsCertificateValidation.
  • ocsp_signing_certificate_alias (str) – The value to assign to the ocsp_signing_certificate_alias property of this SettingsCertificateValidation.
crl_check_on_ocsp_failure_enabled

Gets the crl_check_on_ocsp_failure_enabled of this SettingsCertificateValidation. Use CRL as Fallback.

Added In: 2010242156

SCIM++ Properties:
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Returns:The crl_check_on_ocsp_failure_enabled of this SettingsCertificateValidation.
Return type:bool
crl_enabled

Gets the crl_enabled of this SettingsCertificateValidation. CRL is enabled Configuration

Added In: 2010242156

SCIM++ Properties:
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Returns:The crl_enabled of this SettingsCertificateValidation.
Return type:bool
crl_location

Gets the crl_location of this SettingsCertificateValidation. CRL Location.

Added In: 2010242156

SCIM++ Properties:
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The crl_location of this SettingsCertificateValidation.
Return type:str
crl_refresh_interval

Gets the crl_refresh_interval of this SettingsCertificateValidation. The CRL refresh interval in minutes

Added In: 2010242156

SCIM++ Properties:
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none
Returns:The crl_refresh_interval of this SettingsCertificateValidation.
Return type:int
ocsp_enabled

Gets the ocsp_enabled of this SettingsCertificateValidation. OCSP is enabled Configuration

Added In: 2010242156

SCIM++ Properties:
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Returns:The ocsp_enabled of this SettingsCertificateValidation.
Return type:bool
ocsp_responder_url

Gets the ocsp_responder_url of this SettingsCertificateValidation. OCSP Responder URL

Added In: 2010242156

SCIM++ Properties:
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The ocsp_responder_url of this SettingsCertificateValidation.
Return type:str
ocsp_settings_responder_url_preferred

Gets the ocsp_settings_responder_url_preferred of this SettingsCertificateValidation. This setting says, OCSP Responder URL present in the issued certificate must be used. Otherwise, OCSP Responder URL from IDP or Settings.

Added In: 2010242156

SCIM++ Properties:
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Returns:The ocsp_settings_responder_url_preferred of this SettingsCertificateValidation.
Return type:bool
ocsp_signing_certificate_alias

Gets the ocsp_signing_certificate_alias of this SettingsCertificateValidation. OCSP Signing Certificate Alias

Added In: 2010242156

SCIM++ Properties:
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The ocsp_signing_certificate_alias of this SettingsCertificateValidation.
Return type:str
ocsp_timeout_duration

Gets the ocsp_timeout_duration of this SettingsCertificateValidation. The OCSP Timeout duration in minutes

Added In: 2010242156

SCIM++ Properties:
  • idcsMaxValue: 10
  • idcsMinValue: 1
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none
Returns:The ocsp_timeout_duration of this SettingsCertificateValidation.
Return type:int
ocsp_unknown_response_status_allowed

Gets the ocsp_unknown_response_status_allowed of this SettingsCertificateValidation. OCSP Accept unknown response status from ocsp responder.

Added In: 2010242156

SCIM++ Properties:
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Returns:The ocsp_unknown_response_status_allowed of this SettingsCertificateValidation.
Return type:bool