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', 'ReviewableEntitlement', 'ReviewableEn
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **String** | The id for the entitlement | [optional]
|
||||
**Name** | Pointer to **String** | The name of the entitlement | [optional]
|
||||
**Description** | Pointer to **String** | Information about the entitlement | [optional]
|
||||
**Privileged** | Pointer to **Boolean** | Indicates if the entitlement is a privileged entitlement | [optional] [default to $false]
|
||||
**Owner** | Pointer to [**IdentityReferenceWithNameAndEmail**](identity-reference-with-name-and-email) | | [optional]
|
||||
**AttributeName** | Pointer to **String** | The name of the attribute on the source | [optional]
|
||||
**AttributeValue** | Pointer to **String** | The value of the attribute on the source | [optional]
|
||||
**SourceSchemaObjectType** | Pointer to **String** | The schema object type on the source used to represent the entitlement and its attributes | [optional]
|
||||
**SourceName** | Pointer to **String** | The name of the source for which this entitlement belongs | [optional]
|
||||
**SourceType** | Pointer to **String** | The type of the source for which the entitlement belongs | [optional]
|
||||
**SourceId** | Pointer to **String** | The ID of the source for which the entitlement belongs | [optional]
|
||||
**HasPermissions** | Pointer to **Boolean** | Indicates if the entitlement has permissions | [optional] [default to $false]
|
||||
**IsPermission** | Pointer to **Boolean** | Indicates if the entitlement is a representation of an account permission | [optional] [default to $false]
|
||||
**Revocable** | Pointer to **Boolean** | Indicates whether the entitlement can be revoked | [optional] [default to $false]
|
||||
**CloudGoverned** | Pointer to **Boolean** | True if the entitlement is cloud governed | [optional] [default to $false]
|
||||
**ContainsDataAccess** | Pointer to **Boolean** | True if the entitlement has DAS data | [optional] [default to $false]
|
||||
**DataAccess** | Pointer to [**DataAccess**](data-access) | | [optional]
|
||||
**Account** | Pointer to [**ReviewableEntitlementAccount**](reviewable-entitlement-account) | | [optional]
|
||||
**Id** | **String** | The id for the entitlement | [optional]
|
||||
**Name** | **String** | The name of the entitlement | [optional]
|
||||
**Description** | **String** | Information about the entitlement | [optional]
|
||||
**Privileged** | **Boolean** | Indicates if the entitlement is a privileged entitlement | [optional] [default to $false]
|
||||
**Owner** | [**IdentityReferenceWithNameAndEmail**](identity-reference-with-name-and-email) | | [optional]
|
||||
**AttributeName** | **String** | The name of the attribute on the source | [optional]
|
||||
**AttributeValue** | **String** | The value of the attribute on the source | [optional]
|
||||
**SourceSchemaObjectType** | **String** | The schema object type on the source used to represent the entitlement and its attributes | [optional]
|
||||
**SourceName** | **String** | The name of the source for which this entitlement belongs | [optional]
|
||||
**SourceType** | **String** | The type of the source for which the entitlement belongs | [optional]
|
||||
**SourceId** | **String** | The ID of the source for which the entitlement belongs | [optional]
|
||||
**HasPermissions** | **Boolean** | Indicates if the entitlement has permissions | [optional] [default to $false]
|
||||
**IsPermission** | **Boolean** | Indicates if the entitlement is a representation of an account permission | [optional] [default to $false]
|
||||
**Revocable** | **Boolean** | Indicates whether the entitlement can be revoked | [optional] [default to $false]
|
||||
**CloudGoverned** | **Boolean** | True if the entitlement is cloud governed | [optional] [default to $false]
|
||||
**ContainsDataAccess** | **Boolean** | True if the entitlement has DAS data | [optional] [default to $false]
|
||||
**DataAccess** | [**DataAccess**](data-access) | | [optional]
|
||||
**Account** | [**ReviewableEntitlementAccount**](reviewable-entitlement-account) | | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user