Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2025/Models/Source1.md
2025-04-01 09:23:12 -04:00

776 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2025-source1 Source1 Source1 Source1 pythonsdk
python
Python
sdk
Source1
V2025Source1
/tools/sdk/python/v2025/models/source1
SDK
Software Development Kit
Source1
V2025Source1

Source1

Properties

Name Type Description Notes
type str Attribute mapping type. [optional]
properties object Attribute mapping properties. [optional]
}

Example

from sailpoint.v2025.models.source1 import Source1

source1 = Source1(
type='rule',
properties={ruleType=IdentityAttribute, ruleName=Cloud Promote Identity Attribute}
)

[Back to top]