mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.2 KiB
1.2 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-access | IdentityWithNewAccess | IdentityWithNewAccess | IdentityWithNewAccess | powershellsdk |
|
/tools/sdk/powershell/v2024/models/identity-with-new-access |
|
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-V2024IdentityWithNewAccess -IdentityId 2c91808568c529c60168cca6f90c1313 `
-AccessRefs [{type=ENTITLEMENT, id=2c918087682f9a86016839c050861ab1}, {type=ENTITLEMENT, id=2c918087682f9a86016839c0509c1ab2}]
- Convert the resource to JSON
$IdentityWithNewAccess | ConvertTo-JSON