mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
add method and model docs for powershell and python v2025
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
---
|
||||
id: v2025-identity-attribute-transform
|
||||
title: IdentityAttributeTransform
|
||||
pagination_label: IdentityAttributeTransform
|
||||
sidebar_label: IdentityAttributeTransform
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'IdentityAttributeTransform', 'V2025IdentityAttributeTransform']
|
||||
slug: /tools/sdk/python/v2025/models/identity-attribute-transform
|
||||
tags: ['SDK', 'Software Development Kit', 'IdentityAttributeTransform', 'V2025IdentityAttributeTransform']
|
||||
---
|
||||
|
||||
# IdentityAttributeTransform
|
||||
|
||||
Transform definition for an identity attribute.
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**identity_attribute_name** | **str** | Identity attribute's name. | [optional]
|
||||
**transform_definition** | [**TransformDefinition**](transform-definition) | | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.v2025.models.identity_attribute_transform import IdentityAttributeTransform
|
||||
|
||||
identity_attribute_transform = IdentityAttributeTransform(
|
||||
identity_attribute_name='email',
|
||||
transform_definition=sailpoint.v2025.models.transform_definition.TransformDefinition(
|
||||
type = 'accountAttribute',
|
||||
attributes = {attributeName=e-mail, sourceName=MySource, sourceId=2c9180877a826e68017a8c0b03da1a53}, )
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user