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:
@@ -0,0 +1,37 @@
|
||||
---
|
||||
id: beta-role-mining-session-scope
|
||||
title: RoleMiningSessionScope
|
||||
pagination_label: RoleMiningSessionScope
|
||||
sidebar_label: RoleMiningSessionScope
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'RoleMiningSessionScope', 'BetaRoleMiningSessionScope']
|
||||
slug: /tools/sdk/python/beta/models/role-mining-session-scope
|
||||
tags: ['SDK', 'Software Development Kit', 'RoleMiningSessionScope', 'BetaRoleMiningSessionScope']
|
||||
---
|
||||
|
||||
# RoleMiningSessionScope
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**identity_ids** | **[]str** | The list of identities for this role mining session. | [optional]
|
||||
**criteria** | **str** | The \"search\" criteria that produces the list of identities for this role mining session. | [optional]
|
||||
**attribute_filter_criteria** | **[]object** | The filter criteria for this role mining session. | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.beta.models.role_mining_session_scope import RoleMiningSessionScope
|
||||
|
||||
role_mining_session_scope = RoleMiningSessionScope(
|
||||
identity_ids=[2c918090761a5aac0176215c46a62d58, 2c918090761a5aac01722015c46a62d42],
|
||||
criteria='source.name:DataScienceDataset',
|
||||
attribute_filter_criteria={displayName={untranslated=Location: Miami}, ariaLabel={untranslated=Location: Miami}, data={displayName={translateKey=IDN.IDENTITY_ATTRIBUTES.LOCATION}, name=location, operator=EQUALS, values=[Miami]}}
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user