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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| account-all-of-source-owner | AccountAllOfSourceOwner | AccountAllOfSourceOwner | AccountAllOfSourceOwner | powershellsdk |
|
/tools/sdk/powershell/v3/models/account-all-of-source-owner |
|
AccountAllOfSourceOwner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | The ID of the identity | [optional] |
| Type | Enum [ "IDENTITY" ] | The type of object being referenced | [optional] |
| Name | String | display name of identity | [optional] |
Examples
- Prepare the resource
$AccountAllOfSourceOwner = Initialize-AccountAllOfSourceOwner -Id 2c918084660f45d6016617daa9210584 `
-Type IDENTITY `
-Name Adam Kennedy
- Convert the resource to JSON
$AccountAllOfSourceOwner | ConvertTo-JSON