Skip to main content

Intelnonhumanidentityownershipcategory

Properties

NameTypeDescriptionNotes
PrimaryOwnedIntelnonhumanidentityownedsliceFirst page of non-human identities for which this human is the primary owner.[optional]
SecondaryOwnedIntelnonhumanidentityownedsliceFirst page of non-human identities for which this human is a secondary owner.[optional]
MessageStringHuman-readable explanation of the temporary ownership data failure.[optional]
ReasonEnum [ "UPSTREAM_UNAVAILABLE" ]Machine-readable reason code for the category-level ownership failure.[optional]

Examples

  • Prepare the resource
$Intelnonhumanidentityownershipcategory = Initialize-Intelnonhumanidentityownershipcategory -PrimaryOwned null `
-SecondaryOwned null `
-Message Data temporarily unavailable. Please try again later. `
-Reason UPSTREAM_UNAVAILABLE
  • Convert the resource to JSON
$Intelnonhumanidentityownershipcategory | ConvertTo-JSON

[Back to top]