Class GoogleCloudSecuritycenterV2AzureMetadata
Azure metadata associated with the resource, only applicable if the finding's cloud provider is Microsoft Azure.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class GoogleCloudSecuritycenterV2AzureMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ManagementGroups
A list of Azure management groups associated with the resource, ordered from lowest level (closest to the subscription) to highest level.
Declaration
[JsonProperty("managementGroups")]
public virtual IList<GoogleCloudSecuritycenterV2AzureManagementGroup> ManagementGroups { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudSecuritycenterV2AzureManagementGroup> |
ResourceGroup
The Azure resource group associated with the resource.
Declaration
[JsonProperty("resourceGroup")]
public virtual GoogleCloudSecuritycenterV2AzureResourceGroup ResourceGroup { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2AzureResourceGroup |
Subscription
The Azure subscription associated with the resource.
Declaration
[JsonProperty("subscription")]
public virtual GoogleCloudSecuritycenterV2AzureSubscription Subscription { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2AzureSubscription |
Tenant
The Azure Entra tenant associated with the resource.
Declaration
[JsonProperty("tenant")]
public virtual GoogleCloudSecuritycenterV2AzureTenant Tenant { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2AzureTenant |