Class TagsPartialState
Implements
Inherited Members
Namespace: Google.Apis.CloudIAP.v1.Data
Assembly: Google.Apis.CloudIAP.v1.dll
Syntax
public class TagsPartialState : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TagKeysToRemove
Keys of the tags that should be removed for evaluation purposes. IMPORTANT: Currently only numeric references are supported. Once support for namespace references is added, both the tag references (numeric and namespace) will be removed.
Declaration
[JsonProperty("tagKeysToRemove")]
public virtual IList<string> TagKeysToRemove { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
TagsToUpsert
Tags that’ll be updated or added to the current state of tags for evaluation purposes. If a key exists in both "tags_to_upsert" and "tag_keys_to_remove", the one in "tag_keys_to_remove" is ignored. Only one type of tags reference (numeric or namespace) is required to be passed.
Declaration
[JsonProperty("tagsToUpsert")]
public virtual IDictionary<string, string> TagsToUpsert { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |