Skip to main content

AccessSummaryAccess

Properties

NameTypeDescriptionNotes
typeDtoType[optional]
idstrThe ID of the item being certified[optional]
namestrThe 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'
)

[Back to top]