Skip to main content

Sourceappcreatedto

Properties

NameTypeDescriptionNotes
NameStringThe source app name[required]
DescriptionStringThe description of the source app[required]
MatchAllAccountsBooleanTrue if the source app match all accounts[optional] [default to $false]
AccountSourceSourceappcreatedtoAccountSource[required]

Examples

  • Prepare the resource
$Sourceappcreatedto = Initialize-Sourceappcreatedto  -Name my app `
-Description the source app for engineers `
-MatchAllAccounts true `
-AccountSource null
  • Convert the resource to JSON
$Sourceappcreatedto | ConvertTo-JSON

[Back to top]