Skip to main content

Nonemployeeapprovalitemdetail

Properties

NameTypeDescriptionNotes
IdStringNon-Employee approval item id[optional]
ApproverNonemployeeidentityreferencewithid[optional]
AccountNameStringRequested identity account name[optional]
ApprovalStatusApprovalstatus[optional]
ApprovalOrderDoubleApproval order[optional]
CommentStringcomment of approver[optional]
ModifiedSystem.DateTimeWhen the request was last modified.[optional]
CreatedSystem.DateTimeWhen the request was created.[optional]
NonEmployeeRequestNonemployeerequestwithoutapprovalitem[optional]

Examples

  • Prepare the resource
$Nonemployeeapprovalitemdetail = Initialize-Nonemployeeapprovalitemdetail  -Id 2c1e388b-1e55-4b0a-ab5c-897f1204159c `
-Approver null `
-AccountName test.account `
-ApprovalStatus null `
-ApprovalOrder 1 `
-Comment I approve `
-Modified 2019-08-23T18:52:59.162Z `
-Created 2019-08-23T18:40:35.772Z `
-NonEmployeeRequest null
  • Convert the resource to JSON
$Nonemployeeapprovalitemdetail | ConvertTo-JSON

[Back to top]