Class AuthzPolicyAuthzRuleRequestResource
Describes the properties of a client VM resource accessing the internal application load balancers.
Implements
Inherited Members
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 |