Skip to main content

Intelnonhumanidentityownershipitem

Properties

NameTypeDescriptionNotes
IdStringIdentity Security Cloud identifier for the owned non-human identity.[required]
DisplayNameStringPreferred display name for the owned non-human identity.[required]
SourceIntelmachinesourcewireSource of the owned non-human identity.[optional]

Examples

  • Prepare the resource
$Intelnonhumanidentityownershipitem = Initialize-Intelnonhumanidentityownershipitem -Id 2c91808874ff91550175097daaec161e `
-DisplayName Example AI Agent `
-Source null
  • Convert the resource to JSON
$Intelnonhumanidentityownershipitem | ConvertTo-JSON

[Back to top]