mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
861 B
861 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-sed-assignment | SedAssignment | SedAssignment | SedAssignment | powershellsdk |
|
/tools/sdk/powershell/v2025/models/sed-assignment |
|
SedAssignment
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Assignee | SedAssignee | [optional] | |
| Items | []String | List of SED id's | [optional] |
Examples
- Prepare the resource
$SedAssignment = Initialize-V2025SedAssignment -Assignee null `
-Items null
- Convert the resource to JSON
$SedAssignment | ConvertTo-JSON