mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27: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-transform | Transform | Transform | Transform | powershellsdk |
|
/tools/sdk/powershell/v2024/models/transform |
|
Transform
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Name | String | Unique name of this transform | [required] |
| Type | Enum [ "accountAttribute", "base64Decode", "base64Encode", "concat", "conditional", "dateCompare", "dateFormat", "dateMath", "decomposeDiacriticalMarks", "e164phone", "firstValid", "rule", "identityAttribute", "indexOf", "iso3166", "lastIndexOf", "leftPad", "lookup", "lower", "normalizeNames", "randomAlphaNumeric", "randomNumeric", "reference", "replaceAll", "replace", "rightPad", "split", "static", "substring", "trim", "upper", "usernameGenerator", "uuid", "displayName", "rfc5646" ] | The type of transform operation | [required] |
| Attributes | TransformAttributes | [required] |
Examples
- Prepare the resource
$Transform = Initialize-V2024Transform -Name Timestamp To Date `
-Type dateFormat `
-Attributes null
- Convert the resource to JSON
$Transform | ConvertTo-JSON