Class Instructions
Instructions to remediate violation
Implements
Inherited Members
Namespace: Google.Apis.CloudControlsPartnerService.v1.Data
Assembly: Google.Apis.CloudControlsPartnerService.v1.dll
Syntax
public class Instructions : IDirectResponseSchema
Properties
ConsoleInstructions
Remediation instructions to resolve violation via cloud console
Declaration
[JsonProperty("consoleInstructions")]
public virtual Console ConsoleInstructions { get; set; }
Property Value
Type | Description |
---|---|
Console |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcloudInstructions
Remediation instructions to resolve violation via gcloud cli
Declaration
[JsonProperty("gcloudInstructions")]
public virtual Gcloud GcloudInstructions { get; set; }
Property Value
Type | Description |
---|---|
Gcloud |