Show / Hide Table of Contents

Class AuthzPolicyAuthzRuleRequestResource

Describes the properties of a client VM resource accessing the internal application load balancers.

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

Properties

ETag

The ETag of the item.

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

IamServiceAccount

Optional. An IAM service account to match against the source service account of the VM sending the request.

Declaration
[JsonProperty("iamServiceAccount")]
public virtual AuthzPolicyAuthzRuleStringMatch IamServiceAccount { get; set; }
Property Value
Type Description
AuthzPolicyAuthzRuleStringMatch

TagValueIdSet

Optional. A list of resource tag value permanent IDs to match against the resource manager tags value associated with the source VM of a request.

Declaration
[JsonProperty("tagValueIdSet")]
public virtual AuthzPolicyAuthzRuleRequestResourceTagValueIdSet TagValueIdSet { get; set; }
Property Value
Type Description
AuthzPolicyAuthzRuleRequestResourceTagValueIdSet

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX