mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
starting point for adding python sdk docs
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
---
|
||||
id: beta-role-insights-entitlement
|
||||
title: RoleInsightsEntitlement
|
||||
pagination_label: RoleInsightsEntitlement
|
||||
sidebar_label: RoleInsightsEntitlement
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'RoleInsightsEntitlement', 'BetaRoleInsightsEntitlement']
|
||||
slug: /tools/sdk/python/beta/models/role-insights-entitlement
|
||||
tags: ['SDK', 'Software Development Kit', 'RoleInsightsEntitlement', 'BetaRoleInsightsEntitlement']
|
||||
---
|
||||
|
||||
# RoleInsightsEntitlement
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**name** | **str** | Name of the entitlement | [optional]
|
||||
**id** | **str** | Id of the entitlement | [optional]
|
||||
**description** | **str** | Description for the entitlement | [optional]
|
||||
**source** | **str** | Source or the application for the entitlement | [optional]
|
||||
**attribute** | **str** | Attribute for the entitlement | [optional]
|
||||
**value** | **str** | Attribute value for the entitlement | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.beta.models.role_insights_entitlement import RoleInsightsEntitlement
|
||||
|
||||
role_insights_entitlement = RoleInsightsEntitlement(
|
||||
name='',
|
||||
id='',
|
||||
description='',
|
||||
source='',
|
||||
attribute='',
|
||||
value=''
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user