Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ComponentStateDetails

Package version

Component state details.

Hierarchy

  • ComponentStateDetails

Indexable

[property: string]: any

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

Index

Properties

Optional complianceState

complianceState: undefined | string

Component compliance state.

Optional id

id: undefined | string

Component Id.

Optional name

name: undefined | string

Component name.

Optional timestamp

timestamp: Date

Component compliance evaluation timestamp.

Optional type

type: undefined | string

Component type.

Generated using TypeDoc