--- id: v2025-license title: License pagination_label: License sidebar_label: License sidebar_class_name: pythonsdk keywords: ['python', 'Python', 'sdk', 'License', 'V2025License'] slug: /tools/sdk/python/v2025/models/license tags: ['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 ```python from sailpoint.v2025.models.license import License license = License( license_id='idn:access-request', legacy_feature_name='ACCESS_REQUEST' ) ``` [[Back to top]](#)