IdentityProofingProviderConfiguration

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

Bases: object

Configure the verification provider.

Methods

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

Attributes

name [Required] Gets the name of this IdentityProofingProviderConfiguration.
value [Required] Gets the value of this IdentityProofingProviderConfiguration.
__init__(**kwargs)

Initializes a new IdentityProofingProviderConfiguration 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 IdentityProofingProviderConfiguration.
  • value (str) – The value to assign to the value property of this IdentityProofingProviderConfiguration.
name

[Required] Gets the name of this IdentityProofingProviderConfiguration. Name of the configuration supported.

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Returns:The name of this IdentityProofingProviderConfiguration.
Return type:str
value

[Required] Gets the value of this IdentityProofingProviderConfiguration. Value of the configuration supported.

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • idcsSensitive: encrypt
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Returns:The value of this IdentityProofingProviderConfiguration.
Return type:str