Rolemembershipselector
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Rolemembershipselectortype | [optional] | |
| Criteria | Rolecriterialevel1 | [optional] | |
| Identities | []Rolemembershipidentity | Defines role membership as being exclusive to the specified Identities, when type is IDENTITY_LIST. | [optional] |
Examples
- Prepare the resource
$Rolemembershipselector = Initialize-Rolemembershipselector -Type null `
-Criteria null `
-Identities null
- Convert the resource to JSON
$Rolemembershipselector | ConvertTo-JSON