merge changes from main and pull the latest from python docs

This commit is contained in:
darrell-thobe-sp
2025-03-10 11:34:32 -04:00
3122 changed files with 95404 additions and 24060 deletions

View File

@@ -30,12 +30,12 @@ Name | Type | Description | Notes
from sailpoint.v2024.models.role_insights_entitlement import RoleInsightsEntitlement
role_insights_entitlement = RoleInsightsEntitlement(
name='',
id='',
description='',
source='',
attribute='',
value=''
name='Administrator',
id='8c190e67-87aa-4ed9-a90b-d9d5344523fb',
description='Full administrative access to IdentityNow',
source='IdentityNow',
attribute='assignedGroups',
value='ORG_ADMIN'
)
```