Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/AccessItemAccessProfileResponseAppRefsInner.md
2025-07-24 20:31:57 +00:00

1.3 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-access-item-access-profile-response-app-refs-inner AccessItemAccessProfileResponseAppRefsInner AccessItemAccessProfileResponseAppRefsInner AccessItemAccessProfileResponseAppRefsInner powershellsdk
powershell
PowerShell
sdk
AccessItemAccessProfileResponseAppRefsInner
BetaAccessItemAccessProfileResponseAppRefsInner
/tools/sdk/powershell/beta/models/access-item-access-profile-response-app-refs-inner
SDK
Software Development Kit
AccessItemAccessProfileResponseAppRefsInner
BetaAccessItemAccessProfileResponseAppRefsInner

AccessItemAccessProfileResponseAppRefsInner

Properties

Name Type Description Notes
CloudAppId String the cloud app id associated with the access profile [optional]
CloudAppName String the cloud app name associated with the access profile [optional]

Examples

  • Prepare the resource
$AccessItemAccessProfileResponseAppRefsInner = Initialize-BetaAccessItemAccessProfileResponseAppRefsInner  -CloudAppId 8c190e6787aa4ed9a90bd9d5344523fb `
 -CloudAppName Sample App
  • Convert the resource to JSON
$AccessItemAccessProfileResponseAppRefsInner | ConvertTo-JSON

[Back to top]