Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2SecurityBulletin

SecurityBulletin are notifications of vulnerabilities of Google products.

Inheritance
object
GoogleCloudSecuritycenterV2SecurityBulletin
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class GoogleCloudSecuritycenterV2SecurityBulletin : IDirectResponseSchema

Properties

BulletinId

ID of the bulletin corresponding to the vulnerability.

Declaration
[JsonProperty("bulletinId")]
public virtual string BulletinId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SubmissionTime

object representation of SubmissionTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use SubmissionTimeDateTimeOffset instead.")]
public virtual object SubmissionTime { get; set; }
Property Value
Type Description
object

SubmissionTimeDateTimeOffset

DateTimeOffset representation of SubmissionTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? SubmissionTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

SubmissionTimeRaw

Submission time of this Security Bulletin.

Declaration
[JsonProperty("submissionTime")]
public virtual string SubmissionTimeRaw { get; set; }
Property Value
Type Description
string

SuggestedUpgradeVersion

This represents a version that the cluster receiving this notification should be upgraded to, based on its current version. For example, 1.15.0

Declaration
[JsonProperty("suggestedUpgradeVersion")]
public virtual string SuggestedUpgradeVersion { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX