mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.1 KiB
1.1 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-multi-host-integrations-owner | MultiHostIntegrationsOwner | MultiHostIntegrationsOwner | MultiHostIntegrationsOwner | powershellsdk |
|
/tools/sdk/powershell/beta/models/multi-host-integrations-owner |
|
MultiHostIntegrationsOwner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "IDENTITY" ] | Type of object being referenced. | [optional] |
| Id | String | Owner identity's ID. | [optional] |
| Name | String | Owner identity's human-readable display name. | [optional] |
Examples
- Prepare the resource
$MultiHostIntegrationsOwner = Initialize-BetaMultiHostIntegrationsOwner -Type IDENTITY `
-Id 2c91808568c529c60168cca6f90c1313 `
-Name MyName
- Convert the resource to JSON
$MultiHostIntegrationsOwner | ConvertTo-JSON