VerificationClaimIdcsLockedBy¶
-
class
oci.identity_domains.models.VerificationClaimIdcsLockedBy(**kwargs)¶ Bases:
objectThe User or App who locked the Resource.
SCIM++ Properties: - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: complex
Attributes
TYPE_APPA constant which can be used with the type property of a VerificationClaimIdcsLockedBy. TYPE_USERA constant which can be used with the type property of a VerificationClaimIdcsLockedBy. displayGets the display of this VerificationClaimIdcsLockedBy. ocidGets the ocid of this VerificationClaimIdcsLockedBy. refGets the ref of this VerificationClaimIdcsLockedBy. typeGets the type of this VerificationClaimIdcsLockedBy. valueGets the value of this VerificationClaimIdcsLockedBy. Methods
__init__(**kwargs)Initializes a new VerificationClaimIdcsLockedBy object with values from keyword arguments. -
TYPE_APP= 'App'¶ A constant which can be used with the type property of a VerificationClaimIdcsLockedBy. This constant has a value of “App”
-
TYPE_USER= 'User'¶ A constant which can be used with the type property of a VerificationClaimIdcsLockedBy. This constant has a value of “User”
-
__init__(**kwargs)¶ Initializes a new VerificationClaimIdcsLockedBy object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - value (str) – The value to assign to the value property of this VerificationClaimIdcsLockedBy.
- ocid (str) – The value to assign to the ocid property of this VerificationClaimIdcsLockedBy.
- ref (str) – The value to assign to the ref property of this VerificationClaimIdcsLockedBy.
- type (str) – The value to assign to the type property of this VerificationClaimIdcsLockedBy. Allowed values for this property are: “User”, “App”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- display (str) – The value to assign to the display property of this VerificationClaimIdcsLockedBy.
-
display¶ Gets the display of this VerificationClaimIdcsLockedBy. The displayName of the User or App who locked this Resource.
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The display of this VerificationClaimIdcsLockedBy. Return type: str
-
ocid¶ Gets the ocid of this VerificationClaimIdcsLockedBy. The OCID of the SCIM resource that represents the User or App who LOCKED this Resource.
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The ocid of this VerificationClaimIdcsLockedBy. Return type: str
-
ref¶ Gets the ref of this VerificationClaimIdcsLockedBy. The URI of the SCIM resource that represents the User or App who Locked this Resource.
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The ref of this VerificationClaimIdcsLockedBy. Return type: str
-
type¶ Gets the type of this VerificationClaimIdcsLockedBy. The type of resource, User or App, that locked this Resource.
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
Allowed values for this property are: “User”, “App”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this VerificationClaimIdcsLockedBy. Return type: str
-
value¶ Gets the value of this VerificationClaimIdcsLockedBy. The ID of the SCIM resource that represents the User or App who LOCKED this Resource.
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The value of this VerificationClaimIdcsLockedBy. Return type: str
-