Show / Hide Table of Contents

Class SettingsCertificateValidation

Certificate Validation Config
Added In: 2010242156
SCIM++ Properties:

  • caseExact: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: complex
  • uniqueness: none
Inheritance
object
SettingsCertificateValidation
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class SettingsCertificateValidation

Properties

CrlCheckOnOCSPFailureEnabled

Declaration
[JsonProperty(PropertyName = "crlCheckOnOCSPFailureEnabled")]
public bool? CrlCheckOnOCSPFailureEnabled { get; set; }
Property Value
Type Description
bool?

Use CRL as Fallback.
Added In: 2010242156
SCIM++ Properties:

  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

CrlEnabled

Declaration
[JsonProperty(PropertyName = "crlEnabled")]
public bool? CrlEnabled { get; set; }
Property Value
Type Description
bool?

CRL is enabled Configuration
Added In: 2010242156
SCIM++ Properties:

  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

CrlLocation

Declaration
[JsonProperty(PropertyName = "crlLocation")]
public string CrlLocation { get; set; }
Property Value
Type Description
string

CRL Location.
Added In: 2010242156
SCIM++ Properties:

  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

CrlRefreshInterval

Declaration
[JsonProperty(PropertyName = "crlRefreshInterval")]
public int? CrlRefreshInterval { get; set; }
Property Value
Type Description
int?

The CRL refresh interval in minutes
Added In: 2010242156
SCIM++ Properties:

  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none

OcspEnabled

Declaration
[JsonProperty(PropertyName = "ocspEnabled")]
public bool? OcspEnabled { get; set; }
Property Value
Type Description
bool?

OCSP is enabled Configuration
Added In: 2010242156
SCIM++ Properties:

  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

OcspResponderURL

Declaration
[JsonProperty(PropertyName = "ocspResponderURL")]
public string OcspResponderURL { get; set; }
Property Value
Type Description
string

OCSP Responder URL
Added In: 2010242156
SCIM++ Properties:

  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

OcspSettingsResponderURLPreferred

Declaration
[JsonProperty(PropertyName = "ocspSettingsResponderURLPreferred")]
public bool? OcspSettingsResponderURLPreferred { get; set; }
Property Value
Type Description
bool?

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

OcspSigningCertificateAlias

Declaration
[JsonProperty(PropertyName = "ocspSigningCertificateAlias")]
public string OcspSigningCertificateAlias { get; set; }
Property Value
Type Description
string

OCSP Signing Certificate Alias
Added In: 2010242156
SCIM++ Properties:

  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

OcspTimeoutDuration

Declaration
[JsonProperty(PropertyName = "ocspTimeoutDuration")]
public int? OcspTimeoutDuration { get; set; }
Property Value
Type Description
int?

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

OcspUnknownResponseStatusAllowed

Declaration
[JsonProperty(PropertyName = "ocspUnknownResponseStatusAllowed")]
public bool? OcspUnknownResponseStatusAllowed { get; set; }
Property Value
Type Description
bool?

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
In this article
Back to top