Skip to main content

Intelnonhumanidentityownership

Properties

NameTypeDescriptionNotes
AgentsIntelnonhumanidentityownershipcategoryOwnership for non-human identities with subtype AI Agent.[required]
ApplicationsIntelnonhumanidentityownershipcategoryOwnership for non-human identities with subtype Application.[required]

Examples

  • Prepare the resource
$Intelnonhumanidentityownership = Initialize-Intelnonhumanidentityownership -Agents null `
-Applications null
  • Convert the resource to JSON
$Intelnonhumanidentityownership | ConvertTo-JSON

[Back to top]