Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ComponentEventDetails

Package version

Component event details.

Hierarchy

  • ComponentEventDetails

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional id

id: undefined | string

Component Id.

Optional name

name: undefined | string

Component name.

Optional policyDefinitionAction

policyDefinitionAction: undefined | string

Policy definition action, i.e. effect.

Optional principalOid

principalOid: undefined | string

Principal object ID for the user who initiated the resource component operation that triggered the policy event.

Optional tenantId

tenantId: undefined | string

Tenant ID for the policy event record.

Optional timestamp

timestamp: Date

Timestamp for component policy event record.

Optional type

type: undefined | string

Component type.

Generated using TypeDoc