You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
address_space: Optional[AzureAddressSpace] = field(default=None, metadata={'description': 'AddressSpace contains an array of IP address ranges that can be used by subnets of the virtual network.'}) # fmt: skip
5279
5280
bgp_communities: Optional[AzureVirtualNetworkBgpCommunities] = field(default=None, metadata={'description': 'Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET.'}) # fmt: skip
@@ -5290,6 +5291,7 @@ class AzureNetworkVirtualNetwork(MicrosoftResource, BaseNetwork):
5290
5291
_subnet_ids: Optional[List[str]] = field(default=None, metadata={'description': 'A list of subnets in a Virtual Network.'}) # fmt: skip
5291
5292
virtual_network_peerings: Optional[List[AzureVirtualNetworkPeering]] = field(default=None, metadata={'description': 'A list of peerings in a Virtual Network.'}) # fmt: skip
_kind_description: ClassVar[str] ="Azure Security Assessment is a service that evaluates Azure resources for potential security vulnerabilities and compliance issues. It scans configurations, identifies risks, and provides recommendations to improve security posture. The assessment covers various aspects including network security, data protection, and access control, offering insights to help organizations strengthen their Azure environment's security."# fmt: skip
assessment_status: Optional[AzureAssessmentStatus] =field(default=None, metadata={'description': 'The result of the assessment'}) # fmt: skip
125
122
resource_source: Optional[str] =field(default=None, metadata={'description': 'The source of the resource that the assessment is performed on'}) # fmt: skip
126
123
resource_id: Optional[str] =field(default=None, metadata={'description': 'The id of the resource that the assessment is performed on'}) # fmt: skip
124
+
resource_type: Optional[str] =field(default=None, metadata={'description': 'The resource type'}) # fmt: skip
127
125
additional_data: Optional[Dict[str, Any]] =field(default=None, metadata={'description': 'Additional data for the assessment'}) # fmt: skip
128
126
subscription_issue: Optional[bool] =field(default=False, metadata={'description': 'Indicates if the assessment is a subscription issue'}) # fmt: skip
0 commit comments