Show / Hide Table of Contents

Class GoogleCloudAssuredworkloadsV1beta1ViolationExceptionContext

Violation exception detail.

Inheritance
object
GoogleCloudAssuredworkloadsV1beta1ViolationExceptionContext
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.Assuredworkloads.v1beta1.Data
Assembly: Google.Apis.Assuredworkloads.v1beta1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1beta1ViolationExceptionContext : IDirectResponseSchema

Properties

AcknowledgementTime

object representation of AcknowledgementTimeRaw.

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

AcknowledgementTimeDateTimeOffset

DateTimeOffset representation of AcknowledgementTimeRaw.

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

AcknowledgementTimeRaw

Timestamp when the violation was acknowledged.

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

Comment

Business justification provided towards the acknowledgement of the violation.

Declaration
[JsonProperty("comment")]
public virtual string Comment { 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

UserName

Name of the user (or service account) who acknowledged the violation.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX