Skip to main content

AccessProfileUsageUsedByInner

Role using the access profile.

Properties

NameTypeDescriptionNotes
typeEnum [ 'ROLE' ]DTO type of role using the access profile.[optional]
idstrID of role using the access profile.[optional]
namestrDisplay name of role using the access profile.[optional]
}

Example

from sailpoint.beta.models.access_profile_usage_used_by_inner import AccessProfileUsageUsedByInner

access_profile_usage_used_by_inner = AccessProfileUsageUsedByInner(
type='ROLE',
id='2c8180857a9b3da0017aa03418480f9d',
name='Manager Role'
)

[Back to top]