Show / Hide Table of Contents

Class GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructionsConsole

Remediation instructions to resolve violation via cloud console

Inheritance
object
GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructionsConsole
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 GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructionsConsole : IDirectResponseSchema

Properties

AdditionalLinks

Additional urls for more information about steps

Declaration
[JsonProperty("additionalLinks")]
public virtual IList<string> AdditionalLinks { get; set; }
Property Value
Type Description
IList<string>

ConsoleUris

Link to console page where violations can be resolved

Declaration
[JsonProperty("consoleUris")]
public virtual IList<string> ConsoleUris { 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

Steps

Steps to resolve violation via cloud console

Declaration
[JsonProperty("steps")]
public virtual IList<string> Steps { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX