mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
add method and model docs for powershell and python v2025
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
---
|
||||
id: v2025-role-mining-session-scope
|
||||
title: RoleMiningSessionScope
|
||||
pagination_label: RoleMiningSessionScope
|
||||
sidebar_label: RoleMiningSessionScope
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'RoleMiningSessionScope', 'V2025RoleMiningSessionScope']
|
||||
slug: /tools/sdk/python/v2025/models/role-mining-session-scope
|
||||
tags: ['SDK', 'Software Development Kit', 'RoleMiningSessionScope', 'V2025RoleMiningSessionScope']
|
||||
---
|
||||
|
||||
# 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.v2025.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