IdentityProofingProviderRuntimeData

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

Bases: object

Identity Proofing runtime custom data.

Methods

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

Attributes

attr_name [Required] Gets the attr_name of this IdentityProofingProviderRuntimeData.
attr_value [Required] Gets the attr_value of this IdentityProofingProviderRuntimeData.
__init__(**kwargs)

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

Parameters:
  • attr_name (str) – The value to assign to the attr_name property of this IdentityProofingProviderRuntimeData.
  • attr_value (str) – The value to assign to the attr_value property of this IdentityProofingProviderRuntimeData.
attr_name

[Required] Gets the attr_name of this IdentityProofingProviderRuntimeData. Name of the attribute.

Added In: 2505161800

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

[Required] Gets the attr_value of this IdentityProofingProviderRuntimeData. Value of the attribute.

Added In: 2505161800

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