IdentityProofingProviderTemplateConfiguration

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

Bases: object

Proofing Provider Configuration Template.

Methods

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

Attributes

name [Required] Gets the name of this IdentityProofingProviderTemplateConfiguration.
sensitivity [Required] Gets the sensitivity of this IdentityProofingProviderTemplateConfiguration.
type [Required] Gets the type of this IdentityProofingProviderTemplateConfiguration.
__init__(**kwargs)

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

[Required] Gets the name of this IdentityProofingProviderTemplateConfiguration. Name of the Identity Proofing Provider configuration.

SCIM++ Properties:
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
Returns:The name of this IdentityProofingProviderTemplateConfiguration.
Return type:str
sensitivity

[Required] Gets the sensitivity of this IdentityProofingProviderTemplateConfiguration. Sensitivity of the Identity Proofing configuration.

SCIM++ Properties:
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: boolean
Returns:The sensitivity of this IdentityProofingProviderTemplateConfiguration.
Return type:bool
type

[Required] Gets the type of this IdentityProofingProviderTemplateConfiguration. Type of the Identity Proofing configuration.

SCIM++ Properties:
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
Returns:The type of this IdentityProofingProviderTemplateConfiguration.
Return type:str