Class SecurityZoneTargetDetails
Target details for a security zone target.
Inherited Members
Namespace: Oci.CloudguardService.Models
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class SecurityZoneTargetDetails : TargetDetails
Properties
SecurityZoneDisplayName
Declaration
[JsonProperty(PropertyName = "securityZoneDisplayName")]
public string SecurityZoneDisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the security zone to associate with this compartment. |
SecurityZoneId
Declaration
[JsonProperty(PropertyName = "securityZoneId")]
public string SecurityZoneId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the security zone to associate with this compartment |
TargetSecurityZoneRecipes
Declaration
[JsonProperty(PropertyName = "targetSecurityZoneRecipes")]
public List<SecurityRecipe> TargetSecurityZoneRecipes { get; set; }
Property Value
Type | Description |
---|---|
List<SecurityRecipe> | The list of security zone recipes to associate with this compartment |