Update to powershell SDK docs: 13685764589

This commit is contained in:
developer-relations-sp
2025-03-05 21:21:24 +00:00
parent 821e766805
commit d502498f7f
32 changed files with 715 additions and 134 deletions

View File

@@ -24,6 +24,10 @@ Name | Type | Description | Notes
**Description** | **String** | The description of the entitlement | [optional]
**Privileged** | **Boolean** | True if the entitlement is privileged | [optional]
**CloudGoverned** | **Boolean** | True if the entitlement is cloud governed | [optional]
**Requestable** | **Boolean** | True if the entitlement is able to be directly requested | [optional] [default to $false]
**Owner** | [**EntitlementOwner**](entitlement-owner) | | [optional]
**ManuallyUpdatedFields** | [**map[string]AnyType**]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4 | A map of entitlement fields that have been manually updated. The key is the field name in UPPER_SNAKE_CASE format, and the value is true or false to indicate if the field has been updated. | [optional]
**AccessModelMetadata** | [**EntitlementAccessModelMetadata**](entitlement-access-model-metadata) | | [optional]
**Created** | **System.DateTime** | Time when the entitlement was created | [optional]
**Modified** | **System.DateTime** | Time when the entitlement was last modified | [optional]
**Source** | [**EntitlementSource**](entitlement-source) | | [optional]
@@ -43,6 +47,10 @@ $Entitlement = Initialize-PSSailpoint.V2024Entitlement -Id 2c91808874ff91550175
-Description CN=LauncherTest2,OU=LauncherTestOrg,OU=slpt-automation,DC=TestAutomationAD,DC=local `
-Privileged true `
-CloudGoverned true `
-Requestable true `
-Owner null `
-ManuallyUpdatedFields {DISPLAY_NAME=true, DESCRIPTION=true} `
-AccessModelMetadata null `
-Created 2020-10-08T18:33:52.029Z `
-Modified 2020-10-08T18:33:52.029Z `
-Source null `