mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
adding docs back with new ids
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
---
|
||||
id: identity-with-new-access
|
||||
title: IdentityWithNewAccess
|
||||
pagination_label: IdentityWithNewAccess
|
||||
sidebar_label: IdentityWithNewAccess
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'IdentityWithNewAccess']
|
||||
slug: /tools/sdk/powershell/v2024/models/identity-with-new-access
|
||||
tags: ['SDK', 'Software Development Kit', 'IdentityWithNewAccess']
|
||||
---
|
||||
|
||||
|
||||
# IdentityWithNewAccess
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**IdentityId** | **String** | Identity id to be checked. | [required]
|
||||
**AccessRefs** | [**[]IdentityWithNewAccessAccessRefsInner**](identity-with-new-access-access-refs-inner) | The list of entitlements to consider for possible violations in a preventive check. | [required]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$IdentityWithNewAccess = Initialize-PSSailpoint.V2024IdentityWithNewAccess -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
|
||||
```powershell
|
||||
$IdentityWithNewAccess | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user