Class GoogleCloudBeyondcorpPartnerservicesV1alphaRuleSetting
Message to capture settings for a BrowserDlpRule
Implements
Inherited Members
Namespace: Google.Apis.BeyondCorp.v1alpha.Data
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class GoogleCloudBeyondcorpPartnerservicesV1alphaRuleSetting : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Required. Immutable. The type of the Setting. .
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Required. The value of the Setting.
Declaration
[JsonProperty("value")]
public virtual IDictionary<string, object> Value { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |