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.v2020_04_01.models._models_py3.ResourceSecurityPartnerProvider
Constructor
SecurityPartnerProvider(*, id: typing.Union[str, NoneType] = None, location: typing.Union[str, NoneType] = None, tags: typing.Union[typing.Dict[str, str], NoneType] = None, security_provider_name: typing.Union[str, _ForwardRef('SecurityProviderName'), NoneType] = None, virtual_hub: typing.Union[_ForwardRef('SubResource'), NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- location
- str
Resource location.
- security_provider_name
- str or SecurityProviderName
The security provider name. Possible values include: "ZScaler", "IBoss", "Checkpoint".
- virtual_hub
- SubResource
The virtualHub to which the Security Partner Provider belongs.
Variables
- name
- str
Resource name.
- type
- str
Resource type.
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- provisioning_state
- str or ProvisioningState
The provisioning state of the Security Partner Provider resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
- connection_status
- str or SecurityPartnerProviderConnectionStatus
The connection status with the Security Partner Provider. Possible values include: "Unknown", "PartiallyConnected", "Connected", "NotConnected".
Feedback
Submit and view feedback for