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]