Skip to main content

ApprovalApproveRequest

Properties

NameTypeDescriptionNotes
AdditionalAttributesmap[string]StringAdditional attributes as key-value pairs that are not part of the standard schema but can be included for custom data.[optional]
CommentStringComment associated with the request.[optional]

Examples

  • Prepare the resource
$ApprovalApproveRequest = Initialize-ApprovalApproveRequest  -AdditionalAttributes {"additionalProp1":"string","additionalProp2":"string","additionalProp3":"string"} `
-Comment comment
  • Convert the resource to JSON
$ApprovalApproveRequest | ConvertTo-JSON

[Back to top]