Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/RecommenderCalculationsIdentityAttributesValue.md
2025-02-03 22:09:17 +00:00

1.2 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-recommender-calculations-identity-attributes-value RecommenderCalculationsIdentityAttributesValue RecommenderCalculationsIdentityAttributesValue RecommenderCalculationsIdentityAttributesValue powershellsdk
powershell
PowerShell
sdk
RecommenderCalculationsIdentityAttributesValue
BetaRecommenderCalculationsIdentityAttributesValue
/tools/sdk/powershell/beta/models/recommender-calculations-identity-attributes-value
SDK
Software Development Kit
RecommenderCalculationsIdentityAttributesValue
BetaRecommenderCalculationsIdentityAttributesValue

RecommenderCalculationsIdentityAttributesValue

Properties

Name Type Description Notes
Value String [optional]

Examples

  • Prepare the resource
$RecommenderCalculationsIdentityAttributesValue = Initialize-PSSailpoint.BetaRecommenderCalculationsIdentityAttributesValue  -Value null
  • Convert the resource to JSON
$RecommenderCalculationsIdentityAttributesValue | ConvertTo-JSON

[Back to top]