SecurityAdminConfiguration Class
Defines the security admin configuration.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.ChildResourceSecurityAdminConfiguration
Constructor
SecurityAdminConfiguration(*, description: str | None = None, apply_on_network_intent_policy_based_services: List[str | _models.NetworkIntentPolicyBasedService] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
description
|
A description of the security configuration. |
apply_on_network_intent_policy_based_services
|
Enum list of network intent policy based services. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
system_data
|
The system metadata related to this resource. |
description
|
A description of the security configuration. |
apply_on_network_intent_policy_based_services
|
Enum list of network intent policy based services. |
provisioning_state
|
The provisioning state of the resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed". |
resource_guid
|
Unique identifier for this resource. |
Azure SDK for Python