AccessProfileSourceRef
Properties
Name | Type | Description | Notes |
---|---|---|---|
Id | String | The ID of the Source with with which the Access Profile is associated | [optional] |
Type | Enum [ "SOURCE" ] | The type of the Source, will always be SOURCE | [optional] |
Name | String | The display name of the associated Source | [optional] |
Examples
- Prepare the resource
$AccessProfileSourceRef = Initialize-PSSailpoint.V3AccessProfileSourceRef -Id 2c91809773dee3610173fdb0b6061ef4 `
-Type SOURCE `
-Name ODS-AD-SOURCE
- Convert the resource to JSON
$AccessProfileSourceRef | ConvertTo-JSON