mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.5 KiB
1.5 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-attributes-input | AttributeMappingsAllOfTransformDefinitionAttributesInput | AttributeMappingsAllOfTransformDefinitionAttributesInput | AttributeMappingsAllOfTransformDefinitionAttributesInput | powershellsdk |
|
/tools/sdk/powershell/v2024/models/attribute-mappings-all-of-transform-definition-attributes-input |
|
AttributeMappingsAllOfTransformDefinitionAttributesInput
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | String | The Type of Attribute | [optional] |
| Attributes | AttributeMappingsAllOfTransformDefinitionAttributesInputAttributes | [optional] |
Examples
- Prepare the resource
$AttributeMappingsAllOfTransformDefinitionAttributesInput = Initialize-PSSailpoint.V2024AttributeMappingsAllOfTransformDefinitionAttributesInput -Type accountAttribute `
-Attributes null
- Convert the resource to JSON
$AttributeMappingsAllOfTransformDefinitionAttributesInput | ConvertTo-JSON