Skip to main content

AccessItemAppResponse

Properties

NameTypeDescriptionNotes
AccessTypeStringthe access item type. entitlement in this case[optional]
IdStringthe access item id[optional]
DisplayNameStringthe access item display name[optional]
SourceNameStringthe associated source name if it exists[optional]
AppRoleIdStringthe app role id[optional]

Examples

  • Prepare the resource
$AccessItemAppResponse = Initialize-PSSailpoint.V2024AccessItemAppResponse  -AccessType app `
-Id 2c918087763e69d901763e72e97f006f `
-DisplayName Display Name `
-SourceName appName `
-AppRoleId 2c918087763e69d901763e72e97f006f
  • Convert the resource to JSON
$AccessItemAppResponse | ConvertTo-JSON

[Back to top]