mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.3 KiB
1.3 KiB
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-user-level-publish-summary | UserLevelPublishSummary | UserLevelPublishSummary | UserLevelPublishSummary | powershellsdk |
|
/tools/sdk/powershell/v2025/models/user-level-publish-summary |
|
UserLevelPublishSummary
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| UserLevelId | String | The unique identifier of the UserLevel. | [optional] |
| Publish | Boolean | Indicates whether the API call triggered a publish operation. | [optional] [default to $false] |
| Status | String | The status of the UserLevel publish operation. | [optional] |
| Modified | System.DateTime | The last modification timestamp of the UserLevel. | [optional] |
Examples
- Prepare the resource
$UserLevelPublishSummary = Initialize-V2025UserLevelPublishSummary -UserLevelId 6e110911-5984-491b-be74-2707980a46a7 `
-Publish true `
-Status ACTIVE `
-Modified 2023-01-02T12:00Z
- Convert the resource to JSON
$UserLevelPublishSummary | ConvertTo-JSON