Skip to main content

Sourceaccountselections

Properties

NameTypeDescriptionNotes
TypeDtotype[optional]
IdStringThe source id[optional]
NameStringThe source name[optional]
Accounts[]AccountinforefThe accounts information for a particular source in the requested item[optional]

Examples

  • Prepare the resource
$Sourceaccountselections = Initialize-Sourceaccountselections  -Type null `
-Id 3ac3c43785a845fa9820b0c1ac767cd5 `
-Name Test Source_Name `
-Accounts null
  • Convert the resource to JSON
$Sourceaccountselections | ConvertTo-JSON

[Back to top]