mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-base-access-all-of-owner | BaseAccessAllOfOwner | BaseAccessAllOfOwner | BaseAccessAllOfOwner | powershellsdk |
|
/tools/sdk/powershell/v2024/models/base-access-all-of-owner |
|
BaseAccessAllOfOwner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "IDENTITY" ] | Owner's DTO type. | [optional] |
| Id | String | Owner's identity ID. | [optional] |
| Name | String | Owner's display name. | [optional] |
| String | Owner's email. | [optional] |
Examples
- Prepare the resource
$BaseAccessAllOfOwner = Initialize-PSSailpoint.V2024BaseAccessAllOfOwner -Type IDENTITY `
-Id 2c9180a46faadee4016fb4e018c20639 `
-Name Support `
-Email cloud-support@sailpoint.com
- Convert the resource to JSON
$BaseAccessAllOfOwner | ConvertTo-JSON