mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
starting point for adding python sdk docs
This commit is contained in:
35
docs/tools/sdk/python/Reference/V2024/Models/License.md
Normal file
35
docs/tools/sdk/python/Reference/V2024/Models/License.md
Normal file
@@ -0,0 +1,35 @@
|
||||
---
|
||||
id: v2024-license
|
||||
title: License
|
||||
pagination_label: License
|
||||
sidebar_label: License
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'License', 'V2024License']
|
||||
slug: /tools/sdk/python/v2024/models/license
|
||||
tags: ['SDK', 'Software Development Kit', 'License', 'V2024License']
|
||||
---
|
||||
|
||||
# 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.v2024.models.license import License
|
||||
|
||||
license = License(
|
||||
license_id='idn:access-request',
|
||||
legacy_feature_name='ACCESS_REQUEST'
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user