Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/GetReferenceIdentityAttribute.md
2025-05-07 14:37:48 +00:00

1.7 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
get-reference-identity-attribute GetReferenceIdentityAttribute GetReferenceIdentityAttribute GetReferenceIdentityAttribute powershellsdk
powershell
PowerShell
sdk
GetReferenceIdentityAttribute
GetReferenceIdentityAttribute
/tools/sdk/powershell/v3/models/get-reference-identity-attribute
SDK
Software Development Kit
GetReferenceIdentityAttribute
GetReferenceIdentityAttribute

GetReferenceIdentityAttribute

Properties

Name Type Description Notes
Name String This must always be set to ""Cloud Services Deployment Utility"" [required]
Operation String The operation to perform getReferenceIdentityAttribute [required]
Uid String This is the SailPoint User Name (uid) value of the identity whose attribute is desired As a convenience feature, you can use the manager keyword to dynamically look up the user's manager and then get that manager's identity attribute. [required]
RequiresPeriodicRefresh Boolean A value that indicates whether the transform logic should be re-evaluated every evening as part of the identity refresh process [optional]

Examples

  • Prepare the resource
$GetReferenceIdentityAttribute = Initialize-GetReferenceIdentityAttribute  -Name Cloud Services Deployment Utility `
 -Operation getReferenceIdentityAttribute `
 -Uid 2c91808570313110017040b06f344ec9 `
 -RequiresPeriodicRefresh false
  • Convert the resource to JSON
$GetReferenceIdentityAttribute | ConvertTo-JSON

[Back to top]