SbomConfig class
Config for whether to generate SBOMs for resources in this repository, as well as output fields describing current state.
Constructors
- SbomConfig.new({String? enablementConfig, String? lastEnableTime})
- SbomConfig.fromJson(Map json_)
Properties
- enablementConfig ↔ String?
-
Config for whether this repository has sbom generation disabled.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastEnableTime ↔ String?
-
The last time this repository config was set to INHERITED.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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