mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
starting point for adding python sdk docs
This commit is contained in:
38
docs/tools/sdk/python/Reference/V3/Models/EntitlementRef.md
Normal file
38
docs/tools/sdk/python/Reference/V3/Models/EntitlementRef.md
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
id: entitlement-ref
|
||||
title: EntitlementRef
|
||||
pagination_label: EntitlementRef
|
||||
sidebar_label: EntitlementRef
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'EntitlementRef', 'EntitlementRef']
|
||||
slug: /tools/sdk/python/v3/models/entitlement-ref
|
||||
tags: ['SDK', 'Software Development Kit', 'EntitlementRef', 'EntitlementRef']
|
||||
---
|
||||
|
||||
# EntitlementRef
|
||||
|
||||
Entitlement including a specific set of access.
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**type** | **Enum** [ 'ENTITLEMENT' ] | Entitlement's DTO type. | [optional]
|
||||
**id** | **str** | Entitlement's ID. | [optional]
|
||||
**name** | **str** | Entitlement's display name. | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.v3.models.entitlement_ref import EntitlementRef
|
||||
|
||||
entitlement_ref = EntitlementRef(
|
||||
type='ENTITLEMENT',
|
||||
id='2c91809773dee32014e13e122092014e',
|
||||
name='CN=entitlement.490efde5,OU=OrgCo,OU=ServiceDept,DC=HQAD,DC=local'
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user