Skip to main content

Intelaccesssourcewire

Properties

NameTypeDescriptionNotes
IdStringSource identifier referenced by the account wire object.[optional]
NameStringHuman-readable source name shown in administrative consoles.[optional]

Examples

  • Prepare the resource
$Intelaccesssourcewire = Initialize-Intelaccesssourcewire  -Id 2c9180835d2e5168015d32f890301e89 `
-Name Active Directory
  • Convert the resource to JSON
$Intelaccesssourcewire | ConvertTo-JSON

[Back to top]