Package version:

An object that represents a webhook for a container registry.

Hierarchy

Properties

actions?: string[]

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

id?: string

The resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

location: string

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

name?: string

The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

The provisioning state of the webhook at the time the operation was called. NOTE: This property will not be serialized. It can only be populated by the server.

scope?: string

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.

status?: string

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

systemData?: SystemData

Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

tags?: {
    [propertyName: string]: string;
}

The tags of the resource.

Type declaration

  • [propertyName: string]: string
type?: string

The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc