mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -16,24 +16,24 @@ tags: ['SDK', 'Software Development Kit', 'Entitlement', 'BetaEntitlement']
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **String** | The entitlement id | [optional]
|
||||
**Name** | Pointer to **String** | The entitlement name | [optional]
|
||||
**Created** | Pointer to **System.DateTime** | Time when the entitlement was created | [optional]
|
||||
**Modified** | Pointer to **System.DateTime** | Time when the entitlement was last modified | [optional]
|
||||
**Attribute** | Pointer to **String** | The entitlement attribute name | [optional]
|
||||
**Value** | Pointer to **String** | The value of the entitlement | [optional]
|
||||
**SourceSchemaObjectType** | Pointer to **String** | The object type of the entitlement from the source schema | [optional]
|
||||
**Privileged** | Pointer to **Boolean** | True if the entitlement is privileged | [optional] [default to $false]
|
||||
**CloudGoverned** | Pointer to **Boolean** | True if the entitlement is cloud governed | [optional] [default to $false]
|
||||
**Description** | Pointer to **String** | The description of the entitlement | [optional]
|
||||
**Requestable** | Pointer to **Boolean** | True if the entitlement is requestable | [optional] [default to $false]
|
||||
**Attributes** | Pointer to [**map[string]AnyType**]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4 | A map of free-form key-value pairs from the source system | [optional]
|
||||
**Source** | Pointer to [**EntitlementSource**](entitlement-source) | | [optional]
|
||||
**Owner** | Pointer to [**EntitlementOwner**](entitlement-owner) | | [optional]
|
||||
**DirectPermissions** | Pointer to [**[]PermissionDto**](permission-dto) | | [optional]
|
||||
**Segments** | Pointer to **[]String** | List of IDs of segments, if any, to which this Entitlement is assigned. | [optional]
|
||||
**ManuallyUpdatedFields** | Pointer to [**EntitlementManuallyUpdatedFields**](entitlement-manually-updated-fields) | | [optional]
|
||||
**AccessModelMetadata** | Pointer to [**EntitlementAccessModelMetadata**](entitlement-access-model-metadata) | | [optional]
|
||||
**Id** | **String** | The entitlement id | [optional]
|
||||
**Name** | **String** | The entitlement name | [optional]
|
||||
**Created** | **System.DateTime** | Time when the entitlement was created | [optional]
|
||||
**Modified** | **System.DateTime** | Time when the entitlement was last modified | [optional]
|
||||
**Attribute** | **String** | The entitlement attribute name | [optional]
|
||||
**Value** | **String** | The value of the entitlement | [optional]
|
||||
**SourceSchemaObjectType** | **String** | The object type of the entitlement from the source schema | [optional]
|
||||
**Privileged** | **Boolean** | True if the entitlement is privileged | [optional] [default to $false]
|
||||
**CloudGoverned** | **Boolean** | True if the entitlement is cloud governed | [optional] [default to $false]
|
||||
**Description** | **String** | The description of the entitlement | [optional]
|
||||
**Requestable** | **Boolean** | True if the entitlement is requestable | [optional] [default to $false]
|
||||
**Attributes** | [**map[string]AnyType**]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4 | A map of free-form key-value pairs from the source system | [optional]
|
||||
**Source** | [**EntitlementSource**](entitlement-source) | | [optional]
|
||||
**Owner** | [**EntitlementOwner**](entitlement-owner) | | [optional]
|
||||
**DirectPermissions** | [**[]PermissionDto**](permission-dto) | | [optional]
|
||||
**Segments** | **[]String** | List of IDs of segments, if any, to which this Entitlement is assigned. | [optional]
|
||||
**ManuallyUpdatedFields** | [**EntitlementManuallyUpdatedFields**](entitlement-manually-updated-fields) | | [optional]
|
||||
**AccessModelMetadata** | [**EntitlementAccessModelMetadata**](entitlement-access-model-metadata) | | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user