PolicyTrackedResource interface

Policy tracked resource record.

Properties

createdBy

The details of the policy triggered deployment that created the tracked resource.

lastModifiedBy

The details of the policy triggered deployment that modified the tracked resource.

lastUpdateUtc

Timestamp of the last update to the tracked resource.

policyDetails

The details of the policy that require the tracked resource.

trackedResourceId

The ID of the policy tracked resource.

Property Details

createdBy

The details of the policy triggered deployment that created the tracked resource.

createdBy?: TrackedResourceModificationDetails

Property Value

lastModifiedBy

The details of the policy triggered deployment that modified the tracked resource.

lastModifiedBy?: TrackedResourceModificationDetails

Property Value

lastUpdateUtc

Timestamp of the last update to the tracked resource.

lastUpdateUtc?: Date

Property Value

Date

policyDetails

The details of the policy that require the tracked resource.

policyDetails?: PolicyDetails

Property Value

trackedResourceId

The ID of the policy tracked resource.

trackedResourceId?: string

Property Value

string