Class GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule
Browser DLP Rule for a PartnerTenant
Implements
Inherited Members
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 |