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:
36
docs/tools/sdk/python/Reference/V2025/Models/SedAssignee.md
Normal file
36
docs/tools/sdk/python/Reference/V2025/Models/SedAssignee.md
Normal file
@@ -0,0 +1,36 @@
|
||||
---
|
||||
id: v2025-sed-assignee
|
||||
title: SedAssignee
|
||||
pagination_label: SedAssignee
|
||||
sidebar_label: SedAssignee
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'SedAssignee', 'V2025SedAssignee']
|
||||
slug: /tools/sdk/python/v2025/models/sed-assignee
|
||||
tags: ['SDK', 'Software Development Kit', 'SedAssignee', 'V2025SedAssignee']
|
||||
---
|
||||
|
||||
# SedAssignee
|
||||
|
||||
Sed Assignee
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**type** | **Enum** [ 'IDENTITY', 'GROUP', 'SOURCE_OWNER', 'ENTITLEMENT_OWNER' ] | Type of assignment When value is PERSONA, the value MUST be SOURCE_OWNER or ENTITLEMENT_OWNER IDENTITY SED_ASSIGNEE_IDENTITY_TYPE GROUP SED_ASSIGNEE_GROUP_TYPE SOURCE_OWNER SED_ASSIGNEE_SOURCE_OWNER_TYPE ENTITLEMENT_OWNER SED_ASSIGNEE_ENTITLEMENT_OWNER_TYPE | [required]
|
||||
**value** | **str** | Identity or Group identifier Empty when using source/entitlement owner personas | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.v2025.models.sed_assignee import SedAssignee
|
||||
|
||||
sed_assignee = SedAssignee(
|
||||
type='SOURCE_OWNER',
|
||||
value='016629d1-1d25-463f-97f3-c6686846650'
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user