你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ComponentEventDetails interface
Component event details.
Properties
id | Component Id. |
name | Component name. |
policy |
Policy definition action, i.e. effect. |
principal |
Principal object ID for the user who initiated the resource component operation that triggered the policy event. |
tenant |
Tenant ID for the policy event record. |
timestamp | Timestamp for component policy event record. |
type | Component type. |
Property Details
id
Component Id.
id?: string
Property Value
string
name
Component name.
name?: string
Property Value
string
policyDefinitionAction
Policy definition action, i.e. effect.
policyDefinitionAction?: string
Property Value
string
principalOid
Principal object ID for the user who initiated the resource component operation that triggered the policy event.
principalOid?: string
Property Value
string
tenantId
Tenant ID for the policy event record.
tenantId?: string
Property Value
string
timestamp
Timestamp for component policy event record.
timestamp?: Date
Property Value
Date
type
Component type.
type?: string
Property Value
string