RemoveGpoDataModel
Data contract for the workflow step "Remove-Gpo".
Properties
| Name | Description | Additional information |
|---|---|---|
| GpoName | The name of GPO to be removed. |
Type: String |
| Domain | The name of the domain in which the GPO resides. |
Type: ReferenceDataModel |
Sample
application/json
Sample:
{
"GpoName": "sample string 1",
"Domain": {
"Id": "sample string 1",
"Name": "sample string 2"
}
}