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]