Get Webhook Result
data class GetWebhookResult(val creationTime: String? = null, val description: String? = null, val expiryTime: String? = null, val id: String, val isEnabled: Boolean? = null, val lastInvokedTime: String? = null, val lastModifiedBy: String? = null, val lastModifiedTime: String? = null, val name: String, val parameters: Map<String, String>? = null, val runOn: String? = null, val runbook: RunbookAssociationPropertyResponse? = null, val type: String, val uri: String? = null)
Definition of the webhook type.
Constructors
Link copied to clipboard
constructor(creationTime: String? = null, description: String? = null, expiryTime: String? = null, id: String, isEnabled: Boolean? = null, lastInvokedTime: String? = null, lastModifiedBy: String? = null, lastModifiedTime: String? = null, name: String, parameters: Map<String, String>? = null, runOn: String? = null, runbook: RunbookAssociationPropertyResponse? = null, type: String, uri: String? = null)
Properties
Link copied to clipboard
Gets or sets the creation time.
Link copied to clipboard
Gets or sets the description.
Link copied to clipboard
Gets or sets the expiry time.
Link copied to clipboard
Gets or sets the last invoked time.
Link copied to clipboard
Details of the user who last modified the Webhook
Link copied to clipboard
Gets or sets the last modified time.
Link copied to clipboard
Gets or sets the parameters of the job that is created when the webhook calls the runbook it is associated with.
Link copied to clipboard
Gets or sets the runbook the webhook is associated with.