mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: identity-with-new-access-access-refs-inner
|
||||
title: IdentityWithNewAccessAccessRefsInner
|
||||
pagination_label: IdentityWithNewAccessAccessRefsInner
|
||||
sidebar_label: IdentityWithNewAccessAccessRefsInner
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'IdentityWithNewAccessAccessRefsInner', 'IdentityWithNewAccessAccessRefsInner']
|
||||
slug: /tools/sdk/powershell/v3/models/identity-with-new-access-access-refs-inner
|
||||
tags: ['SDK', 'Software Development Kit', 'IdentityWithNewAccessAccessRefsInner', 'IdentityWithNewAccessAccessRefsInner']
|
||||
---
|
||||
|
||||
|
||||
# IdentityWithNewAccessAccessRefsInner
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Type** | Pointer to **Enum** [ "ENTITLEMENT" ] | Entitlement's DTO type. | [optional]
|
||||
**Id** | Pointer to **String** | Entitlement's ID. | [optional]
|
||||
**Name** | Pointer to **String** | Entitlement's display name. | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$IdentityWithNewAccessAccessRefsInner = Initialize-PSSailpoint.V3IdentityWithNewAccessAccessRefsInner -Type ENTITLEMENT `
|
||||
-Id 2c91809773dee32014e13e122092014e `
|
||||
-Name CN=entitlement.490efde5,OU=OrgCo,OU=ServiceDept,DC=HQAD,DC=local
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$IdentityWithNewAccessAccessRefsInner | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user