Class SecurityBulletinEvent
SecurityBulletinEvent is a notification sent to customers when a security bulletin has been posted that they are vulnerable to.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class SecurityBulletinEvent : IDirectResponseSchema
Properties
AffectedSupportedMinors
The GKE minor versions affected by this vulnerability.
Declaration
[JsonProperty("affectedSupportedMinors")]
public virtual IList<string> AffectedSupportedMinors { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
BriefDescription
A brief description of the bulletin. See the bulletin pointed to by the bulletin_uri field for an expanded description.
Declaration
[JsonProperty("briefDescription")]
public virtual string BriefDescription { get; set; }
Property Value
Type | Description |
---|---|
string |
BulletinId
The ID of the bulletin corresponding to the vulnerability.
Declaration
[JsonProperty("bulletinId")]
public virtual string BulletinId { get; set; }
Property Value
Type | Description |
---|---|
string |
BulletinUri
The URI link to the bulletin on the website for more information.
Declaration
[JsonProperty("bulletinUri")]
public virtual string BulletinUri { get; set; }
Property Value
Type | Description |
---|---|
string |
CveIds
The CVEs associated with this bulletin.
Declaration
[JsonProperty("cveIds")]
public virtual IList<string> CveIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ManualStepsRequired
If this field is specified, it means there are manual steps that the user must take to make their clusters safe.
Declaration
[JsonProperty("manualStepsRequired")]
public virtual bool? ManualStepsRequired { get; set; }
Property Value
Type | Description |
---|---|
bool? |
PatchedVersions
The GKE versions where this vulnerability is patched.
Declaration
[JsonProperty("patchedVersions")]
public virtual IList<string> PatchedVersions { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ResourceTypeAffected
The resource type (node/control plane) that has the vulnerability. Multiple notifications (1 notification per resource type) will be sent for a vulnerability that affects > 1 resource type.
Declaration
[JsonProperty("resourceTypeAffected")]
public virtual string ResourceTypeAffected { get; set; }
Property Value
Type | Description |
---|---|
string |
Severity
The severity of this bulletin as it relates to GKE.
Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
Type | Description |
---|---|
string |
SuggestedUpgradeTarget
This represents a version selected from the patched_versions field that the cluster receiving this notification should most likely want to upgrade to based on its current version. Note that if this notification is being received by a given cluster, it means that this version is currently available as an upgrade target in that cluster's location.
Declaration
[JsonProperty("suggestedUpgradeTarget")]
public virtual string SuggestedUpgradeTarget { get; set; }
Property Value
Type | Description |
---|---|
string |