Skip to main content

AccessItemAccessProfileResponseAppRefsInner

Properties

NameTypeDescriptionNotes
cloud_app_idstrthe cloud app id associated with the access profile[optional]
cloud_app_namestrthe cloud app name associated with the access profile[optional]
}

Example

from sailpoint.v2024.models.access_item_access_profile_response_app_refs_inner import AccessItemAccessProfileResponseAppRefsInner

access_item_access_profile_response_app_refs_inner = AccessItemAccessProfileResponseAppRefsInner(
cloud_app_id='8c190e6787aa4ed9a90bd9d5344523fb',
cloud_app_name='Sample App'
)

[Back to top]