Update PowerShell SDK docs: 17132181964

This commit is contained in:
developer-relations-sp
2025-08-21 15:56:04 +00:00
parent e06178ec15
commit 7681b97803
22 changed files with 108 additions and 312 deletions

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$IdentityWithNewAccess = Initialize-BetaIdentityWithNewAccess -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}]
-AccessRefs [{type=ENTITLEMENT, id=2c918087682f9a86016839c050861ab1}, {type=ENTITLEMENT, id=2c918087682f9a86016839c0509c1ab2}]
```
- Convert the resource to JSON

View File

@@ -18,15 +18,13 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | **Enum** [ "ENTITLEMENT" ] | Entitlement's DTO type. | [optional]
**Id** | **String** | Entitlement's ID. | [optional]
**Name** | **String** | Entitlement's display name. | [optional]
## Examples
- Prepare the resource
```powershell
$IdentityWithNewAccessAccessRefsInner = Initialize-BetaIdentityWithNewAccessAccessRefsInner -Type ENTITLEMENT `
-Id 2c91809773dee32014e13e122092014e `
-Name CN=entitlement.490efde5,OU=OrgCo,OU=ServiceDept,DC=HQAD,DC=local
-Id 2c91809773dee32014e13e122092014e
```
- Convert the resource to JSON