Skip to main content

Rolemembershipselector

Properties

NameTypeDescriptionNotes
TypeRolemembershipselectortype[optional]
CriteriaRolecriterialevel1[optional]
Identities[]RolemembershipidentityDefines 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

[Back to top]