IdentityProofingProviderIdcsLockedBy¶
-
class
oci.identity_domains.models.IdentityProofingProviderIdcsLockedBy(**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 IdentityProofingProviderIdcsLockedBy. TYPE_USERA constant which can be used with the type property of a IdentityProofingProviderIdcsLockedBy. displayGets the display of this IdentityProofingProviderIdcsLockedBy. ocidGets the ocid of this IdentityProofingProviderIdcsLockedBy. refGets the ref of this IdentityProofingProviderIdcsLockedBy. typeGets the type of this IdentityProofingProviderIdcsLockedBy. valueGets the value of this IdentityProofingProviderIdcsLockedBy. Methods
__init__(**kwargs)Initializes a new IdentityProofingProviderIdcsLockedBy object with values from keyword arguments. -
TYPE_APP= 'App'¶ A constant which can be used with the type property of a IdentityProofingProviderIdcsLockedBy. This constant has a value of “App”
-
TYPE_USER= 'User'¶ A constant which can be used with the type property of a IdentityProofingProviderIdcsLockedBy. This constant has a value of “User”
-
__init__(**kwargs)¶ Initializes a new IdentityProofingProviderIdcsLockedBy 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 IdentityProofingProviderIdcsLockedBy.
- ocid (str) – The value to assign to the ocid property of this IdentityProofingProviderIdcsLockedBy.
- ref (str) – The value to assign to the ref property of this IdentityProofingProviderIdcsLockedBy.
- type (str) – The value to assign to the type property of this IdentityProofingProviderIdcsLockedBy. 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 IdentityProofingProviderIdcsLockedBy.
-
display¶ Gets the display of this IdentityProofingProviderIdcsLockedBy. 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 IdentityProofingProviderIdcsLockedBy. Return type: str
-
ocid¶ Gets the ocid of this IdentityProofingProviderIdcsLockedBy. 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 IdentityProofingProviderIdcsLockedBy. Return type: str
-
ref¶ Gets the ref of this IdentityProofingProviderIdcsLockedBy. 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 IdentityProofingProviderIdcsLockedBy. Return type: str
-
type¶ Gets the type of this IdentityProofingProviderIdcsLockedBy. 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 IdentityProofingProviderIdcsLockedBy. Return type: str
-
value¶ Gets the value of this IdentityProofingProviderIdcsLockedBy. 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 IdentityProofingProviderIdcsLockedBy. Return type: str
-