VirtualNetworkRule Class

A rule governing the accessibility of a vault from a specific virtual network.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.keyvault._serialization.Model
VirtualNetworkRule

Constructor

VirtualNetworkRule(*, id: str, ignore_missing_vnet_service_endpoint: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'. Required.

ignore_missing_vnet_service_endpoint

Property to specify whether NRP will ignore the check if parent subnet has serviceEndpoints configured.

Variables

Name Description
id
str

Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'. Required.

ignore_missing_vnet_service_endpoint

Property to specify whether NRP will ignore the check if parent subnet has serviceEndpoints configured.