mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.5 KiB
1.5 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-source-creation-errors | SourceCreationErrors | SourceCreationErrors | SourceCreationErrors | powershellsdk |
|
/tools/sdk/powershell/v2024/models/source-creation-errors |
|
SourceCreationErrors
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| MultihostId | String | Multi-Host Integration ID. | [optional] [readonly] |
| SourceName | String | Source's human-readable name. | [optional] |
| SourceError | String | Source's human-readable description. | [optional] |
| Created | System.DateTime | Date-time when the source was created | [optional] |
| Modified | System.DateTime | Date-time when the source was last modified. | [optional] |
| Operation | String | operation category (e.g. DELETE). | [optional] |
Examples
- Prepare the resource
$SourceCreationErrors = Initialize-V2024SourceCreationErrors -MultihostId 2c91808568c529c60168cca6f90c1324 `
-SourceName My Source `
-SourceError Source with internal name "My Source [source]" already exists. `
-Created 2022-02-08T14:50:03.827Z `
-Modified 2024-01-23T18:08:50.897Z `
-Operation DELETE
- Convert the resource to JSON
$SourceCreationErrors | ConvertTo-JSON