GetWebhookResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val creationTime: String? = null

Gets or sets the creation time.

Link copied to clipboard
val description: String? = null

Gets or sets the description.

Link copied to clipboard
val expiryTime: String? = null

Gets or sets the expiry time.

Link copied to clipboard
val id: String

Fully qualified resource Id for the resource

Link copied to clipboard
val isEnabled: Boolean? = null

Gets or sets the value of the enabled flag of the webhook.

Link copied to clipboard
val lastInvokedTime: String? = null

Gets or sets the last invoked time.

Link copied to clipboard
val lastModifiedBy: String? = null

Details of the user who last modified the Webhook

Link copied to clipboard

Gets or sets the last modified time.

Link copied to clipboard

The name of the resource

Link copied to clipboard
val parameters: Map<String, String>? = null

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.

Link copied to clipboard
val runOn: String? = null

Gets or sets the name of the hybrid worker group the webhook job will run on.

Link copied to clipboard

The type of the resource.

Link copied to clipboard
val uri: String? = null

Gets or sets the webhook uri.