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-ApprovalidentityOwnerOfInner  -Id string `
-Name Access Request App `
-Type APPLICATION
  • Convert the resource to JSON
$ApprovalidentityOwnerOfInner | ConvertTo-JSON

[Back to top]