mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.4 KiB
1.4 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-attribute-mappings-all-of-transform-definition | AttributeMappingsAllOfTransformDefinition | AttributeMappingsAllOfTransformDefinition | AttributeMappingsAllOfTransformDefinition | powershellsdk |
|
/tools/sdk/powershell/v2024/models/attribute-mappings-all-of-transform-definition |
|
AttributeMappingsAllOfTransformDefinition
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | String | The type of transform | [optional] |
| Attributes | AttributeMappingsAllOfTransformDefinitionAttributes | [optional] | |
| Id | String | Transform Operation | [optional] |
Examples
- Prepare the resource
$AttributeMappingsAllOfTransformDefinition = Initialize-V2024AttributeMappingsAllOfTransformDefinition -Type reference `
-Attributes null `
-Id ToUpper
- Convert the resource to JSON
$AttributeMappingsAllOfTransformDefinition | ConvertTo-JSON