Class GoogleCloudSecuritycenterV2AzureMetadata
Inheritance
GoogleCloudSecuritycenterV2AzureMetadata
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
public class GoogleCloudSecuritycenterV2AzureMetadata : IDirectResponseSchema
Properties
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("managementGroups")]
public virtual IList<GoogleCloudSecuritycenterV2AzureManagementGroup> ManagementGroups { get; set; }
Property Value
Declaration
[JsonProperty("resourceGroup")]
public virtual GoogleCloudSecuritycenterV2AzureResourceGroup ResourceGroup { get; set; }
Property Value
Declaration
[JsonProperty("subscription")]
public virtual GoogleCloudSecuritycenterV2AzureSubscription Subscription { get; set; }
Property Value
Declaration
[JsonProperty("tenant")]
public virtual GoogleCloudSecuritycenterV2AzureTenant Tenant { get; set; }
Property Value
Implements