AccountCorrelatedSource
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| Type | Enum [ "SOURCE" ] | The DTO type of the source the accounts are being correlated from. | [required] | 
| Id | String | The ID of the source the accounts are being correlated from. | [required] | 
| Name | String | Display name of the source the accounts are being correlated from. | [required] | 
Examples
- Prepare the resource
$AccountCorrelatedSource = Initialize-BetaAccountCorrelatedSource  -Type SOURCE `
 -Id 2c9180835d191a86015d28455b4b232a `
 -Name HR Active Directory
- Convert the resource to JSON
$AccountCorrelatedSource | ConvertTo-JSON