Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2024/Models/Source1.md
2025-02-20 12:59:19 -05: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
v2024-source1 Source1 Source1 Source1 pythonsdk
python
Python
sdk
Source1
V2024Source1
/tools/sdk/python/v2024/models/source1
SDK
Software Development Kit
Source1
V2024Source1

Source1

Properties

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

Example

from sailpoint.v2024.models.source1 import Source1

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

[Back to top]