Skip to main content

IntelPrivilegedAccessItemWireSource

Properties

NameTypeDescriptionNotes
NameStringHuman-readable source name for the privileged access item.[optional]
IdStringSource identifier for the privileged access item.[optional]

Examples

  • Prepare the resource
$IntelPrivilegedAccessItemWireSource = Initialize-IntelPrivilegedAccessItemWireSource  -Name Example HR Source `
-Id src-2
  • Convert the resource to JSON
$IntelPrivilegedAccessItemWireSource | ConvertTo-JSON

[Back to top]