Class NextStateOfTags
Used for calculating the next state of tags on the resource being passed for the CheckCustomConstraints RPC
call. The detail evaluation of each field is described in go/op-create-update-time-tags and
go/tags-in-orgpolicy-requests.
Inheritance
NextStateOfTags
Assembly: Google.Apis.CloudIAP.v1.dll
public class NextStateOfTags : IDirectResponseSchema
Properties
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("tagsFullState")]
public virtual TagsFullState TagsFullState { get; set; }
Property Value
Declaration
[JsonProperty("tagsFullStateForChildResource")]
public virtual TagsFullStateForChildResource TagsFullStateForChildResource { get; set; }
Property Value
Declaration
[JsonProperty("tagsPartialState")]
public virtual TagsPartialState TagsPartialState { get; set; }
Property Value
Implements