Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2AzureMetadata

Azure metadata associated with the resource, only applicable if the finding's cloud provider is Microsoft Azure.

Inheritance
object
GoogleCloudSecuritycenterV2AzureMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX