Skip to main content

AccessRequestDynamicApprovalResponse

Properties

NameTypeDescriptionNotes
IdStringUnique identifier of the approver to add to the approval process. If there is none, send an empty value """".[required]
TypeEnum [ "IDENTITY", "GOVERNANCE_GROUP" ]Type of approver to add to the approval process. If there is none, send an empty value """".[required]
NameStringName of the approver to add to the approval process. If there is none, send an empty value """".[required]

Examples

  • Prepare the resource
$AccessRequestDynamicApprovalResponse = Initialize-AccessRequestDynamicApprovalResponse -Id 2c91808b6ef1d43e016efba0ce470906 `
-Type IDENTITY `
-Name Adam Adams
  • Convert the resource to JSON
$AccessRequestDynamicApprovalResponse | ConvertTo-JSON

[Back to top]