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.certification_summaries.models.accesssummary_access import AccesssummaryAccess

accesssummary_access = AccesssummaryAccess(
type='IDENTITY',
id='2c9180867160846801719932c5153fb7',
name='Entitlement for Company Database'
)

[Back to top]