Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResourceActionSuccessEventData

Package version

Schema of the Data property of an EventGridEvent for a Microsoft.Resources.ResourceActionSuccess event. This is raised when a resource action operation succeeds.

Hierarchy

  • ResourceActionSuccessEventData

Index

Properties

authorization

authorization: ResourceAuthorization

The requested authorization for the operation.

claims

claims: {}

The properties of the claims.

Type declaration

  • [propertyName: string]: string

correlationId

correlationId: string

An operation ID used for troubleshooting.

httpRequest

httpRequest: ResourceHttpRequest

The details of the operation.

operationName

operationName: string

The operation that was performed.

resourceGroup

resourceGroup: string

The resource group of the resource.

resourceProvider

resourceProvider: string

The resource provider performing the operation.

resourceUri

resourceUri: string

The URI of the resource in the operation.

status

status: string

The status of the operation.

subscriptionId

subscriptionId: string

The subscription ID of the resource.

tenantId

tenantId: string

The tenant ID of the resource.

Generated using TypeDoc