mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
Update python SDK docs: 17132312980
This commit is contained in:
@@ -19,7 +19,6 @@ Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**type** | **Enum** [ 'ENTITLEMENT' ] | Entitlement's DTO type. | [optional]
|
||||
**id** | **str** | Entitlement's ID. | [optional]
|
||||
**name** | **str** | Entitlement's display name. | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
@@ -29,8 +28,7 @@ from sailpoint.v2024.models.identity_with_new_access_access_refs_inner import Id
|
||||
|
||||
identity_with_new_access_access_refs_inner = IdentityWithNewAccessAccessRefsInner(
|
||||
type='ENTITLEMENT',
|
||||
id='2c91809773dee32014e13e122092014e',
|
||||
name='CN=entitlement.490efde5,OU=OrgCo,OU=ServiceDept,DC=HQAD,DC=local'
|
||||
id='2c91809773dee32014e13e122092014e'
|
||||
)
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user