AccountCorrelated
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Identity | AccountCorrelatedIdentity | [required] | |
| Source | AccountCorrelatedSource | [required] | |
| Account | AccountCorrelatedAccount | [required] | |
| Attributes | map[string]AnyType | The attributes associated with the account. Attributes are unique per source. | [required] |
| EntitlementCount | Int32 | The number of entitlements associated with this account. | [optional] |
Examples
- Prepare the resource
$AccountCorrelated = Initialize-AccountCorrelated -Identity null `
-Source null `
-Account null `
-Attributes {"sn":"doe","givenName":"john","memberOf":["cn=g1,ou=groups,dc=acme,dc=com","cn=g2,ou=groups,dc=acme,dc=com","cn=g3,ou=groups,dc=acme,dc=com"]} `
-EntitlementCount 0
- Convert the resource to JSON
$AccountCorrelated | ConvertTo-JSON