Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/IdentityWithNewAccess1.md
2025-02-03 22:09:17 +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
v2024-identity-with-new-access1 IdentityWithNewAccess1 IdentityWithNewAccess1 IdentityWithNewAccess1 powershellsdk
powershell
PowerShell
sdk
IdentityWithNewAccess1
V2024IdentityWithNewAccess1
/tools/sdk/powershell/v2024/models/identity-with-new-access1
SDK
Software Development Kit
IdentityWithNewAccess1
V2024IdentityWithNewAccess1

IdentityWithNewAccess1

Properties

Name Type Description Notes
IdentityId String Set of identity IDs to be checked. [required]
AccessRefs []EntitlementRef1 The bundle of access profiles to be added to the identities specified. All references must be ENTITLEMENT type. [required]
ClientMetadata map[string]String Arbitrary key-value pairs. They will never be processed by the IdentityNow system but will be returned on completion of the violation check. [optional]

Examples

  • Prepare the resource
$IdentityWithNewAccess1 = Initialize-PSSailpoint.V2024IdentityWithNewAccess1  -IdentityId 2c91809050db617d0150e0bf3215385e `
 -AccessRefs null `
 -ClientMetadata {clientName=client1, clientId=2c91808f7892918f0178b78da4a305a1}
  • Convert the resource to JSON
$IdentityWithNewAccess1 | ConvertTo-JSON

[Back to top]