Skip to main content

Authuserlevelsidentitycount

Properties

NameTypeDescriptionNotes
IdStringThe unique identifier of the user level.[optional]
CountInt32Number of identities having this user level.[optional]

Examples

  • Prepare the resource
$Authuserlevelsidentitycount = Initialize-Authuserlevelsidentitycount  -Id idn:access-request-administrator `
-Count 10
  • Convert the resource to JSON
$Authuserlevelsidentitycount | ConvertTo-JSON

[Back to top]