Show / Hide Table of Contents

Class GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule

Browser DLP Rule for a PartnerTenant

Inheritance
object
GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule
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.BeyondCorp.v1alpha.Data
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Group

Required. The group to which this Rule should be applied to.

Declaration
[JsonProperty("group")]
public virtual GoogleCloudBeyondcorpPartnerservicesV1alphaGroup Group { get; set; }
Property Value
Type Description
GoogleCloudBeyondcorpPartnerservicesV1alphaGroup

Name

Output only. Unique resource name. The name is ignored when creating BrowserDlpRule.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

RuleSetting

Required. The policy settings to apply.

Declaration
[JsonProperty("ruleSetting")]
public virtual GoogleCloudBeyondcorpPartnerservicesV1alphaRuleSetting RuleSetting { get; set; }
Property Value
Type Description
GoogleCloudBeyondcorpPartnerservicesV1alphaRuleSetting

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX