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