Class VulnerabilityScanningConfig
Config on whether to perform vulnerability scanning for resources in this repository, as well as output fields describing current state.
Implements
Inherited Members
Namespace: Google.Apis.ArtifactRegistry.v1.Data
Assembly: Google.Apis.ArtifactRegistry.v1.dll
Syntax
public class VulnerabilityScanningConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnablementConfig
Optional. Config for whether this repository has vulnerability scanning disabled.
Declaration
[JsonProperty("enablementConfig")]
public virtual string EnablementConfig { get; set; }
Property Value
Type | Description |
---|---|
string |
EnablementState
Output only. State of feature enablement, combining repository enablement config and API enablement state.
Declaration
[JsonProperty("enablementState")]
public virtual string EnablementState { get; set; }
Property Value
Type | Description |
---|---|
string |
EnablementStateReason
Output only. Reason for the repository state.
Declaration
[JsonProperty("enablementStateReason")]
public virtual string EnablementStateReason { get; set; }
Property Value
Type | Description |
---|---|
string |
LastEnableTime
object representation of LastEnableTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastEnableTimeDateTimeOffset instead.")]
public virtual object LastEnableTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LastEnableTimeDateTimeOffset
DateTimeOffset representation of LastEnableTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastEnableTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LastEnableTimeRaw
Output only. The last time this repository config was enabled.
Declaration
[JsonProperty("lastEnableTime")]
public virtual string LastEnableTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |