Show / Hide Table of Contents

Class AzureMetadata

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

Inheritance
object
AzureMetadata
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 AzureMetadata : 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<AzureManagementGroup> ManagementGroups { get; set; }
Property Value
Type Description
IList<AzureManagementGroup>

ResourceGroup

The Azure resource group associated with the resource.

Declaration
[JsonProperty("resourceGroup")]
public virtual AzureResourceGroup ResourceGroup { get; set; }
Property Value
Type Description
AzureResourceGroup

Subscription

The Azure subscription associated with the resource.

Declaration
[JsonProperty("subscription")]
public virtual AzureSubscription Subscription { get; set; }
Property Value
Type Description
AzureSubscription

Tenant

The Azure Entra tenant associated with the resource.

Declaration
[JsonProperty("tenant")]
public virtual AzureTenant Tenant { get; set; }
Property Value
Type Description
AzureTenant

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX