mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
starting point for adding python sdk docs
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
---
|
||||
id: access-item-requested-for
|
||||
title: AccessItemRequestedFor
|
||||
pagination_label: AccessItemRequestedFor
|
||||
sidebar_label: AccessItemRequestedFor
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'AccessItemRequestedFor', 'AccessItemRequestedFor']
|
||||
slug: /tools/sdk/python/v3/models/access-item-requested-for
|
||||
tags: ['SDK', 'Software Development Kit', 'AccessItemRequestedFor', 'AccessItemRequestedFor']
|
||||
---
|
||||
|
||||
# AccessItemRequestedFor
|
||||
|
||||
Identity the access item is requested for.
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**type** | **Enum** [ 'IDENTITY' ] | DTO type of identity the access item is requested for. | [optional]
|
||||
**id** | **str** | ID of identity the access item is requested for. | [optional]
|
||||
**name** | **str** | Human-readable display name of identity the access item is requested for. | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.v3.models.access_item_requested_for import AccessItemRequestedFor
|
||||
|
||||
access_item_requested_for = AccessItemRequestedFor(
|
||||
type='IDENTITY',
|
||||
id='2c4180a46faadee4016fb4e018c20626',
|
||||
name='Robert Robinson'
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user