Show / Hide Table of Contents

Class GoogleCloudPolicyanalyzerV1beta1Activity

Represents Activity on a GCP resource over specific observation period.

Inheritance
object
GoogleCloudPolicyanalyzerV1beta1Activity
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.PolicyAnalyzer.v1beta1.Data
Assembly: Google.Apis.PolicyAnalyzer.v1beta1.dll
Syntax
public class GoogleCloudPolicyanalyzerV1beta1Activity : IDirectResponseSchema

Properties

Activity

A struct of custom fields to explain the activity.

Declaration
[JsonProperty("activity")]
public virtual IDictionary<string, object> Activity { get; set; }
Property Value
Type Description
IDictionary<string, object>

ActivityType

The type of the activity.

Declaration
[JsonProperty("activityType")]
public virtual string ActivityType { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FullResourceName

The full resource name that identifies the resource. For examples of full resource names for Google Cloud services, see https://cloud.google.com/iam/help/troubleshooter/full-resource-names.

Declaration
[JsonProperty("fullResourceName")]
public virtual string FullResourceName { get; set; }
Property Value
Type Description
string

ObservationPeriod

The data observation period to build the activity.

Declaration
[JsonProperty("observationPeriod")]
public virtual GoogleCloudPolicyanalyzerV1beta1ObservationPeriod ObservationPeriod { get; set; }
Property Value
Type Description
GoogleCloudPolicyanalyzerV1beta1ObservationPeriod

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX