Show / Hide Table of Contents

Class OrganizationsResource.LocationsResource.ReportsResource

The "reports" collection of methods.

Inheritance
object
OrganizationsResource.LocationsResource.ReportsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityPosture.v1
Assembly: Google.Apis.SecurityPosture.v1.dll
Syntax
public class OrganizationsResource.LocationsResource.ReportsResource

Constructors

ReportsResource(IClientService)

Constructs a new resource.

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

Methods

CreateIaCValidationReport(CreateIaCValidationReportRequest, string)

Validates a specified infrastructure-as-code (IaC) configuration, and creates a Report with the validation results. Only Terraform configurations are supported. Only modified assets are validated.

Declaration
public virtual OrganizationsResource.LocationsResource.ReportsResource.CreateIaCValidationReportRequest CreateIaCValidationReport(CreateIaCValidationReportRequest body, string parent)
Parameters
Type Name Description
CreateIaCValidationReportRequest body

The body of the request.

string parent

Required. The parent resource name, in the format organizations/{organization}/locations/global.

Returns
Type Description
OrganizationsResource.LocationsResource.ReportsResource.CreateIaCValidationReportRequest

Get(string)

Gets details for a Report.

Declaration
public virtual OrganizationsResource.LocationsResource.ReportsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the report, in the format organizations/{organization}/locations/global/reports/{report_id}.

Returns
Type Description
OrganizationsResource.LocationsResource.ReportsResource.GetRequest

List(string)

Lists every Report in a given organization and location.

Declaration
public virtual OrganizationsResource.LocationsResource.ReportsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent resource name, in the format organizations/{organization}/locations/global.

Returns
Type Description
OrganizationsResource.LocationsResource.ReportsResource.ListRequest
In this article
Back to top Generated by DocFX