mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
removing part of model docs from v2024
This commit is contained in:
@@ -1,35 +0,0 @@
|
||||
---
|
||||
id: v2024-recommender-calculations-identity-attributes-value
|
||||
title: RecommenderCalculationsIdentityAttributesValue
|
||||
pagination_label: RecommenderCalculationsIdentityAttributesValue
|
||||
sidebar_label: RecommenderCalculationsIdentityAttributesValue
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'RecommenderCalculationsIdentityAttributesValue']
|
||||
slug: /tools/sdk/powershell/v2024/models/recommender-calculations-identity-attributes-value
|
||||
tags: ['SDK', 'Software Development Kit', 'RecommenderCalculationsIdentityAttributesValue']
|
||||
---
|
||||
|
||||
|
||||
# RecommenderCalculationsIdentityAttributesValue
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Value** | Pointer to **String** | | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$RecommenderCalculationsIdentityAttributesValue = Initialize-PSSailpoint.V2024RecommenderCalculationsIdentityAttributesValue -Value null
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$RecommenderCalculationsIdentityAttributesValue | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user