Show / Hide Table of Contents

Class GoogleCloudAssuredworkloadsV1OrgPolicyUpdate

Represents an update for an org policy control applied on an Assured Workload resource. The inherited org policy is not considered.

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

Properties

AppliedPolicy

The org policy currently applied on the assured workload resource.

Declaration
[JsonProperty("appliedPolicy")]
public virtual GoogleCloudAssuredworkloadsV1OrgPolicy AppliedPolicy { get; set; }
Property Value
Type Description
GoogleCloudAssuredworkloadsV1OrgPolicy

ETag

The ETag of the item.

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

SuggestedPolicy

The suggested org policy that replaces the applied policy.

Declaration
[JsonProperty("suggestedPolicy")]
public virtual GoogleCloudAssuredworkloadsV1OrgPolicy SuggestedPolicy { get; set; }
Property Value
Type Description
GoogleCloudAssuredworkloadsV1OrgPolicy

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX