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

755 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-license License License License pythonsdk
python
Python
sdk
License
V2025License
/tools/sdk/python/v2025/models/license
SDK
Software Development Kit
License
V2025License

License

Properties

Name Type Description Notes
license_id str Name of the license [optional]
legacy_feature_name str Legacy name of the license [optional]
}

Example

from sailpoint.v2025.models.license import License

license = License(
license_id='idn:access-request',
legacy_feature_name='ACCESS_REQUEST'
)

[Back to top]