Accountuncorrelated
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Identity | AccountuncorrelatedIdentity | [required] | |
| Source | AccountuncorrelatedSource | [required] | |
| Account | AccountuncorrelatedAccount | [required] | |
| EntitlementCount | Int32 | The number of entitlements associated with this account. | [optional] |
Examples
- Prepare the resource
$Accountuncorrelated = Initialize-Accountuncorrelated -Identity null `
-Source null `
-Account null `
-EntitlementCount 0
- Convert the resource to JSON
$Accountuncorrelated | ConvertTo-JSON