AssetSecurityStatus

data class AssetSecurityStatus(val message: String? = null, val state: String? = null, val updateTime: String? = null)

Constructors

Link copied to clipboard
constructor(message: String? = null, state: String? = null, updateTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val message: String? = null

Additional information about the current state.

Link copied to clipboard
val state: String? = null

Output only. Current state of the asset. Possible values: STATE_UNSPECIFIED, ACTIVE, CREATING, DELETING, ACTION_REQUIRED

Link copied to clipboard
val updateTime: String? = null

Output only. The time when the asset was last updated.