mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
Update PowerShell SDK docs: 16507204442
This commit is contained in:
@@ -16,15 +16,15 @@ tags: ['SDK', 'Software Development Kit', 'AccessItemEntitlementResponse', 'V202
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**AccessType** | **String** | the access item type. entitlement in this case | [optional]
|
||||
**Id** | **String** | the access item id | [optional]
|
||||
**Attribute** | **String** | the entitlement attribute | [optional]
|
||||
**Value** | **String** | the associated value | [optional]
|
||||
**EntitlementType** | **String** | the type of entitlement | [optional]
|
||||
**SourceName** | **String** | the name of the source | [optional]
|
||||
**SourceId** | **String** | the id of the source | [optional]
|
||||
**Description** | **String** | the description for the entitlment | [optional]
|
||||
**AccessType** | **String** | the access item type. entitlement in this case | [optional]
|
||||
**DisplayName** | **String** | the display name of the identity | [optional]
|
||||
**SourceName** | **String** | the name of the source | [optional]
|
||||
**Attribute** | **String** | the entitlement attribute | [required]
|
||||
**Value** | **String** | the associated value | [required]
|
||||
**Type** | **String** | the type of entitlement | [required]
|
||||
**Description** | **String** | the description for the entitlment | [optional]
|
||||
**SourceId** | **String** | the id of the source | [optional]
|
||||
**Standalone** | **Boolean** | indicates whether the entitlement is standalone | [required]
|
||||
**Privileged** | **Boolean** | indicates whether the entitlement is privileged | [required]
|
||||
**CloudGoverned** | **Boolean** | indicates whether the entitlement is cloud governed | [required]
|
||||
@@ -33,15 +33,15 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessItemEntitlementResponse = Initialize-V2024AccessItemEntitlementResponse -AccessType entitlement `
|
||||
-Id 2c918087763e69d901763e72e97f006f `
|
||||
$AccessItemEntitlementResponse = Initialize-V2024AccessItemEntitlementResponse -Id 2c918087763e69d901763e72e97f006f `
|
||||
-AccessType entitlement `
|
||||
-DisplayName Dr. Arden Rogahn MD `
|
||||
-SourceName DataScienceDataset `
|
||||
-Attribute groups `
|
||||
-Value Upward mobility access `
|
||||
-EntitlementType entitlement `
|
||||
-SourceName DataScienceDataset `
|
||||
-SourceId 2793o32dwd `
|
||||
-Type ENTITLEMENT `
|
||||
-Description Entitlement - Workday/Citizenship access `
|
||||
-DisplayName Dr. Arden Rogahn MD `
|
||||
-SourceId 2793o32dwd `
|
||||
-Standalone true `
|
||||
-Privileged false `
|
||||
-CloudGoverned true
|
||||
|
||||
Reference in New Issue
Block a user