mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
755 B
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 |
|
/tools/sdk/python/v2025/models/license |
|
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'
)