Skip to main content

ApprovalIdentityMembersInner

Properties

NameTypeDescriptionNotes
EmailStringEmail of the member.[optional]
IdStringID of the member.[optional]
NameStringName of the member.[optional]
TypeStringType of the member.[optional]

Examples

  • Prepare the resource
$ApprovalIdentityMembersInner = Initialize-V2025ApprovalIdentityMembersInner  -Email mail@mail.com `
-Id 17e633e7d57e481569df76323169deb6a `
-Name Bob Neil `
-Type IDENTITY
  • Convert the resource to JSON
$ApprovalIdentityMembersInner | ConvertTo-JSON

[Back to top]