Webhook interface
Definition of the webhook type.
- Extends
Properties
| creation |
Gets or sets the creation time. |
| description | Gets or sets the description. |
| expiry |
Gets or sets the expiry time. |
| is |
Gets or sets the value of the enabled flag of the webhook. |
| last |
Gets or sets the last invoked time. |
| last |
Details of the user who last modified the Webhook |
| last |
Gets or sets the last modified time. |
| parameters | Gets or sets the parameters of the job that is created when the webhook calls the runbook it is associated with. |
| runbook | Gets or sets the runbook the webhook is associated with. |
| run |
Gets or sets the name of the hybrid worker group the webhook job will run on. |
| uri | Gets or sets the webhook uri. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
creationTime
Gets or sets the creation time.
creationTime?: Date
Property Value
Date
description
Gets or sets the description.
description?: string
Property Value
string
expiryTime
Gets or sets the expiry time.
expiryTime?: Date
Property Value
Date
isEnabled
Gets or sets the value of the enabled flag of the webhook.
isEnabled?: boolean
Property Value
boolean
lastInvokedTime
Gets or sets the last invoked time.
lastInvokedTime?: Date
Property Value
Date
lastModifiedBy
Details of the user who last modified the Webhook
lastModifiedBy?: string
Property Value
string
lastModifiedTime
Gets or sets the last modified time.
lastModifiedTime?: Date
Property Value
Date
parameters
Gets or sets the parameters of the job that is created when the webhook calls the runbook it is associated with.
parameters?: Record<string, string>
Property Value
Record<string, string>
runbook
Gets or sets the runbook the webhook is associated with.
runbook?: RunbookAssociationProperty
Property Value
runOn
Gets or sets the name of the hybrid worker group the webhook job will run on.
runOn?: string
Property Value
string
uri
Gets or sets the webhook uri.
uri?: string
Property Value
string
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type