mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1011 B
1011 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-access-summary-access | AccessSummaryAccess | AccessSummaryAccess | AccessSummaryAccess | pythonsdk |
|
/tools/sdk/python/v2024/models/access-summary-access |
|
AccessSummaryAccess
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | DtoType | [optional] | |
| id | str | The ID of the item being certified | [optional] |
| name | str | The name of the item being certified | [optional] |
| } |
Example
from sailpoint.v2024.models.access_summary_access import AccessSummaryAccess
access_summary_access = AccessSummaryAccess(
type='IDENTITY',
id='2c9180867160846801719932c5153fb7',
name='Entitlement for Company Database'
)