SecurityAdminConfigurationPropertiesFormatOutput interface
Defines the security admin configuration properties.
Properties
| apply |
Enum list of network intent policy based services. |
| description | A description of the security configuration. |
| provisioning |
The provisioning state of the resource. |
Property Details
applyOnNetworkIntentPolicyBasedServices
Enum list of network intent policy based services.
applyOnNetworkIntentPolicyBasedServices?: ("None" | "All" | "AllowRulesOnly")[]
Property Value
("None" | "All" | "AllowRulesOnly")[]
description
A description of the security configuration.
description?: string
Property Value
string
provisioningState
The provisioning state of the resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"