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-PSSailpoint.V2025AccessProfileSourceRef -Id 2c91809773dee3610173fdb0b6061ef4 `
-Type SOURCE `
-Name ODS-AD-SOURCE
- Convert the resource to JSON
$AccessProfileSourceRef | ConvertTo-JSON