Skip to main content

AccessItemAccessProfileResponseAppRefsInner

Properties

NameTypeDescriptionNotes
CloudAppIdStringthe cloud app id associated with the access profile[optional]
CloudAppNameStringthe cloud app name associated with the access profile[optional]

Examples

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

[Back to top]