You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tags: ['SDK', 'Software Development Kit', 'v2024', 'models']
11
+
---
12
+
13
+
The Python SDK uses data models to structure and manage data within the API. These models provide essential details about the data, including their attributes, data types, and how the models relate to each other. Understanding these models is crucial to effectively interact with the API.
14
+
15
+
## Key Features
16
+
- Attributes: Describe each attribute, including its name, data type, and whether it's required.
17
+
- Validation & Constraints: Highlight any rules or limitations for the attributes, such as format or length limits.
18
+
- Example: Provides a sample of how the API uses the model.
The getRecommendations API returns recommendations based on the requested object. The recommendations are invoked by IdentityIQ and IdentityNow plug-ins that retrieve recommendations based on the performed calculations.
The getRecommendations API returns recommendations based on the requested object. The recommendations are invoked by IdentityIQ and IdentityNow plug-ins that retrieve recommendations based on the performed calculations.
The getRecommendations API returns recommendations based on the requested object. The recommendations are invoked by IdentityIQ and IdentityNow plug-ins that retrieve recommendations based on the performed calculations.
0 commit comments