SecurityPartnerProvider Class
Security Partner Provider resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.ResourceSecurityPartnerProvider
Constructor
SecurityPartnerProvider(*, id: str | None = None, location: str | None = None, tags: Dict[str, str] | None = None, security_provider_name: str | _models.SecurityProviderName | None = None, virtual_hub: _models.SubResource | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
location
|
Resource location. |
tags
|
Resource tags. |
security_provider_name
|
The security provider name. Known values are: "ZScaler", "IBoss", and "Checkpoint". |
virtual_hub
|
The virtualHub to which the Security Partner Provider belongs. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
location
|
Resource location. |
tags
|
Resource tags. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
provisioning_state
|
The provisioning state of the Security Partner Provider resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
security_provider_name
|
The security provider name. Known values are: "ZScaler", "IBoss", and "Checkpoint". |
connection_status
|
The connection status with the Security Partner Provider. Known values are: "Unknown", "PartiallyConnected", "Connected", and "NotConnected". |
virtual_hub
|
The virtualHub to which the Security Partner Provider belongs. |
Azure SDK for Python