Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/IdentityWithNewAccess.md
2025-02-28 14:46:13 +00:00

1.4 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
identity-with-new-access IdentityWithNewAccess IdentityWithNewAccess IdentityWithNewAccess powershellsdk
powershell
PowerShell
sdk
IdentityWithNewAccess
IdentityWithNewAccess
/tools/sdk/powershell/v3/models/identity-with-new-access
SDK
Software Development Kit
IdentityWithNewAccess
IdentityWithNewAccess

IdentityWithNewAccess

Properties

Name Type Description Notes
IdentityId String Identity id to be checked. [required]
AccessRefs []IdentityWithNewAccessAccessRefsInner The list of entitlements to consider for possible violations in a preventive check. [required]

Examples

  • Prepare the resource
$IdentityWithNewAccess = Initialize-PSSailpoint.V3IdentityWithNewAccess  -IdentityId 2c91808568c529c60168cca6f90c1313 `
 -AccessRefs [{type=ENTITLEMENT, id=2c918087682f9a86016839c050861ab1, name=CN=Information Access,OU=test,OU=test-service,DC=TestAD,DC=local}, {type=ENTITLEMENT, id=2c918087682f9a86016839c0509c1ab2, name=CN=Information Technology,OU=test,OU=test-service,DC=TestAD,DC=local}]
  • Convert the resource to JSON
$IdentityWithNewAccess | ConvertTo-JSON

[Back to top]