Update to powershell SDK docs: 13123805130

This commit is contained in:
developer-relations-sp
2025-02-03 22:09:17 +00:00
parent bdb088c15d
commit 3e9d359da1
2608 changed files with 14669 additions and 14876 deletions

View File

@@ -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