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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-access-profile-source-ref | AccessProfileSourceRef | AccessProfileSourceRef | AccessProfileSourceRef | powershellsdk |
|
/tools/sdk/powershell/v2024/models/access-profile-source-ref |
|
AccessProfileSourceRef
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | ID of the source the access profile is associated with. | [optional] |
| Type | Enum [ "SOURCE" ] | Source's DTO type. | [optional] |
| Name | String | Source name. | [optional] |
Examples
- Prepare the resource
$AccessProfileSourceRef = Initialize-V2024AccessProfileSourceRef -Id 2c91809773dee3610173fdb0b6061ef4 `
-Type SOURCE `
-Name ODS-AD-SOURCE
- Convert the resource to JSON
$AccessProfileSourceRef | ConvertTo-JSON