Show / Hide Table of Contents

Class AuthzPolicyAuthzRuleFromRequestSource

Describes the properties of a single source.

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

Properties

ETag

The ETag of the item.

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

Principals

Optional. A list of identities derived from the client's certificate. This field is under development and we don't recommend using it at this time. Limited to 5 principals.

Declaration
[JsonProperty("principals")]
public virtual IList<AuthzPolicyAuthzRuleStringMatch> Principals { get; set; }
Property Value
Type Description
IList<AuthzPolicyAuthzRuleStringMatch>

Resources

Optional. A list of resources to match against the resource of the source VM of a request. Limited to 5 resources.

Declaration
[JsonProperty("resources")]
public virtual IList<AuthzPolicyAuthzRuleRequestResource> Resources { get; set; }
Property Value
Type Description
IList<AuthzPolicyAuthzRuleRequestResource>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX