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-V2025AuthUserLevelsIdentityCount  -Id idn:access-request-administrator `
-Count 10
  • Convert the resource to JSON
$AuthUserLevelsIdentityCount | ConvertTo-JSON

[Back to top]