AzureMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Azure metadata associated with the resource, only applicable if the finding's cloud provider is Microsoft Azure.
Attributes |
|
---|---|
Name | Description |
management_groups |
MutableSequence[google.cloud.securitycenter_v1.types.AzureMetadata.AzureManagementGroup]
A list of Azure management groups associated with the resource, ordered from lowest level (closest to the subscription) to highest level. |
subscription |
google.cloud.securitycenter_v1.types.AzureMetadata.AzureSubscription
The Azure subscription associated with the resource. |
resource_group |
google.cloud.securitycenter_v1.types.AzureMetadata.AzureResourceGroup
The Azure resource group associated with the resource. |
Classes
AzureManagementGroup
AzureManagementGroup(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents an Azure management group.
AzureResourceGroup
AzureResourceGroup(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents an Azure resource group.
AzureSubscription
AzureSubscription(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents an Azure subscription.