Show / Hide Table of Contents

Class FoldersResource.LocationsResource.ActivityTypesResource.ActivitiesResource

The "activities" collection of methods.

Inheritance
object
FoldersResource.LocationsResource.ActivityTypesResource.ActivitiesResource
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
Assembly: Google.Apis.PolicyAnalyzer.v1beta1.dll
Syntax
public class FoldersResource.LocationsResource.ActivityTypesResource.ActivitiesResource

Constructors

ActivitiesResource(IClientService)

Constructs a new resource.

Declaration
public ActivitiesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Query(string)

Queries policy activities on GCP resources.

Declaration
public virtual FoldersResource.LocationsResource.ActivityTypesResource.ActivitiesResource.QueryRequest Query(string parent)
Parameters
Type Name Description
string parent

Required. The container resource on which to execute the request. Acceptable formats: projects/[PROJECT_ID|PROJECT_NUMBER]/locations/[LOCATION]/activityTypes/[ACTIVITY_TYPE] LOCATION here refers to GCP Locations: https://cloud.google.com/about/locations/

Returns
Type Description
FoldersResource.LocationsResource.ActivityTypesResource.ActivitiesResource.QueryRequest
In this article
Back to top Generated by DocFX