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