mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.1 KiB
1.1 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-identity-attribute-transform1 | IdentityAttributeTransform1 | IdentityAttributeTransform1 | IdentityAttributeTransform1 | powershellsdk |
|
/tools/sdk/powershell/beta/models/identity-attribute-transform1 |
|
IdentityAttributeTransform1
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| IdentityAttributeName | String | Identity attribute's name. | [optional] |
| TransformDefinition | TransformDefinition1 | [optional] |
Examples
- Prepare the resource
$IdentityAttributeTransform1 = Initialize-BetaIdentityAttributeTransform1 -IdentityAttributeName email `
-TransformDefinition null
- Convert the resource to JSON
$IdentityAttributeTransform1 | ConvertTo-JSON