Class OrganizationsResource.LocationsResource.ReportsResource
The "reports" collection of methods.
Inherited Members
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 |
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
|
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 |
Returns
Type | Description |
---|---|
OrganizationsResource.LocationsResource.ReportsResource.ListRequest |