GetWebhookResult

data class GetWebhookResult(val actions: List<String>, val azureApiVersion: String, val id: String, val location: String, val name: String, val provisioningState: String, val scope: String? = null, val status: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

An object that represents a webhook for a container registry.

Constructors

Link copied to clipboard
constructor(actions: List<String>, azureApiVersion: String, id: String, location: String, name: String, provisioningState: String, scope: String? = null, status: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of actions that trigger the webhook to post notifications.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

The resource ID.

Link copied to clipboard

The location of the resource. This cannot be changed after the resource is created.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The provisioning state of the webhook at the time the operation was called.

Link copied to clipboard
val scope: String? = null

The scope of repositories where the event can be triggered. For example, 'foo:*' means events for all tags under repository 'foo'. 'foo:bar' means events for 'foo:bar' only. 'foo' is equivalent to 'foo:latest'. Empty means all events.

Link copied to clipboard
val status: String? = null

The status of the webhook at the time the operation was called.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

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

The tags of the resource.

Link copied to clipboard

The type of the resource.