Skip to main content

AuthUserSlimResponse

Properties

NameTypeDescriptionNotes
IdStringIdentity ID.[optional]
UidStringIdentity unique identifier.[optional]
AliasStringIdentity alias.[optional]
DisplayNameStringIdentity name in display format.[optional]

Examples

  • Prepare the resource
$AuthUserSlimResponse = Initialize-V2025AuthUserSlimResponse  -Id eea1c52bc51c4f7d95565f4f8d6c1e41 `
-Uid john.doe@testmail.identitysoon.com `
-Alias john.doe `
-DisplayName John Doe
  • Convert the resource to JSON
$AuthUserSlimResponse | ConvertTo-JSON

[Back to top]