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]