Class UpdateDataMaskRuleDetails
The information to be updated for a data mask rule.
Inherited Members
Namespace: Oci.CloudguardService.Models
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class UpdateDataMaskRuleDetailsProperties
CompartmentId
Declaration
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Compartment OCID where the resource is created | 
DataMaskCategories
Declaration
[JsonProperty(PropertyName = "dataMaskCategories", ItemConverterType = typeof(StringEnumConverter))]
public List<DataMaskCategory> DataMaskCategories { get; set; }Property Value
| Type | Description | 
|---|---|
| List<DataMaskCategory> | Data mask rule categories | 
DataMaskRuleStatus
Declaration
[JsonProperty(PropertyName = "dataMaskRuleStatus")]
[JsonConverter(typeof(StringEnumConverter))]
public DataMaskRuleStatus? DataMaskRuleStatus { get; set; }Property Value
| Type | Description | 
|---|---|
| DataMaskRuleStatus? | The status of the data mask rule | 
DefinedTags
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }Property Value
| Type | Description | 
|---|---|
| Dictionary<string, Dictionary<string, object>> | Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace": {"bar-key": "value"}} | 
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Data mask rule display name
 | 
FreeformTags
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }Property Value
| Type | Description | 
|---|---|
| Dictionary<string, string> | Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}Avoid entering confidential information. | 
IamGroupId
Declaration
[JsonProperty(PropertyName = "iamGroupId")]
public string IamGroupId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | IAM group ID associated with the data mask rule | 
TargetSelected
Declaration
[JsonProperty(PropertyName = "targetSelected")]
public TargetSelected TargetSelected { get; set; }Property Value
| Type | Description | 
|---|---|
| TargetSelected |