Skip to main content

Accountcreated

Properties

NameTypeDescriptionNotes
VarEventAccountcreatedEvent[required]
SourceAccountsourcereference[required]
AccountAccountv2[required]
IdentityIdentityreference2[required]

Examples

  • Prepare the resource
$Accountcreated = Initialize-Accountcreated  -VarEvent null `
-Source null `
-Account null `
-Identity null
  • Convert the resource to JSON
$Accountcreated | ConvertTo-JSON

[Back to top]