IdentityProofingProviderClaimMapping¶
-
class
oci.identity_domains.models.IdentityProofingProviderClaimMapping(**kwargs)¶ Bases:
objectConfigure the verification claims and idcs attribute mapping.
Methods
__init__(**kwargs)Initializes a new IdentityProofingProviderClaimMapping object with values from keyword arguments. Attributes
attr_match[Required] Gets the attr_match of this IdentityProofingProviderClaimMapping. verifiable_claim[Required] Gets the verifiable_claim of this IdentityProofingProviderClaimMapping. -
__init__(**kwargs)¶ Initializes a new IdentityProofingProviderClaimMapping object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - verifiable_claim (str) – The value to assign to the verifiable_claim property of this IdentityProofingProviderClaimMapping.
- attr_match (str) – The value to assign to the attr_match property of this IdentityProofingProviderClaimMapping.
-
attr_match¶ [Required] Gets the attr_match of this IdentityProofingProviderClaimMapping. Matching attribute.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The attr_match of this IdentityProofingProviderClaimMapping. Return type: str
-
verifiable_claim¶ [Required] Gets the verifiable_claim of this IdentityProofingProviderClaimMapping. Verifiable Claims.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The verifiable_claim of this IdentityProofingProviderClaimMapping. Return type: str
-