PolicyTrackedResource interface
Policy tracked resource record.
Properties
| created |
The details of the policy triggered deployment that created the tracked resource. |
| last |
The details of the policy triggered deployment that modified the tracked resource. |
| last |
Timestamp of the last update to the tracked resource. |
| policy |
The details of the policy that require the tracked resource. |
| tracked |
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