Class UpdateSecurityPolicyConfigDetails
The details to update the security policy configuration.
Inheritance
UpdateSecurityPolicyConfigDetails
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class UpdateSecurityPolicyConfigDetails
Properties
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type |
Description |
string |
The description of the security policy configuration.
|
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type |
Description |
string |
The display name of the security policy configuration. The name does not have to be unique, and it is changeable.
|
FirewallConfig
Declaration
[JsonProperty(PropertyName = "firewallConfig")]
public FirewallConfigDetails FirewallConfig { get; set; }
Property Value
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type |
Description |
Dictionary<string, string> |
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags
Example: {"Department": "Finance"}
|
UnifiedAuditPolicyConfig
Declaration
[JsonProperty(PropertyName = "unifiedAuditPolicyConfig")]
public UnifiedAuditPolicyConfigDetails UnifiedAuditPolicyConfig { get; set; }
Property Value