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.v2025.models.access_summary_access import AccessSummaryAccess
access_summary_access = AccessSummaryAccess(
type='IDENTITY',
id='2c9180867160846801719932c5153fb7',
name='Entitlement for Company Database'
)