ScanConfig class

A scan configuration specifies whether Cloud components in a project have a particular type of analysis being run.

For example, it can configure whether vulnerability scanning is being done on Docker images or not.

Constructors

ScanConfig({String? createTime, String? description, bool? enabled, String? name, String? updateTime})
ScanConfig.fromJson(Map _json)

Properties

createTime String?
The time this scan config was created.
getter/setter pair
description String?
A human-readable description of what the scan configuration does.
getter/setter pair
enabled bool?
Whether the scan is enabled.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the scan configuration in the form of projects/[PROJECT_ID]/scanConfigs/[SCAN_CONFIG_ID].
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
The time this scan config was last updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited