Skip to main content

ApprovalIdentityOwnerOfInner

Properties

NameTypeDescriptionNotes
IdStringID of the object that is owned.[optional]
NameStringName of the object that is owned.[optional]
TypeStringType of the object that is owned.[optional]

Examples

  • Prepare the resource
$ApprovalIdentityOwnerOfInner = Initialize-V2025ApprovalIdentityOwnerOfInner  -Id string `
-Name Access Request App `
-Type APPLICATION
  • Convert the resource to JSON
$ApprovalIdentityOwnerOfInner | ConvertTo-JSON

[Back to top]