IdentityPropagationTrustClaimValidations¶
-
class
oci.identity_domains.models.IdentityPropagationTrustClaimValidations(**kwargs)¶ Bases:
objectA list of claim validations
Methods
__init__(**kwargs)Initializes a new IdentityPropagationTrustClaimValidations object with values from keyword arguments. Attributes
name[Required] Gets the name of this IdentityPropagationTrustClaimValidations. value[Required] Gets the value of this IdentityPropagationTrustClaimValidations. -
__init__(**kwargs)¶ Initializes a new IdentityPropagationTrustClaimValidations 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 IdentityPropagationTrustClaimValidations.
- value (str) – The value to assign to the value property of this IdentityPropagationTrustClaimValidations.
-
name¶ [Required] Gets the name of this IdentityPropagationTrustClaimValidations. Claim Name
Added In: 2509172316
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The name of this IdentityPropagationTrustClaimValidations. Return type: str
-
value¶ [Required] Gets the value of this IdentityPropagationTrustClaimValidations. Claim Value
Added In: 2509172316
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The value of this IdentityPropagationTrustClaimValidations. Return type: str
-