Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DbFindingSummariesResource

The "dbFindingSummaries" collection of methods.

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

Constructors

DbFindingSummariesResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Lists the finding summary by category for a given scope.

Declaration
public virtual ProjectsResource.LocationsResource.DbFindingSummariesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent scope for the framework overview page. Formats: - projects/{project}/locations/{location} - folders/{folder}/locations/{location} - organizations/{organization}/locations/{location}

Returns
Type Description
ProjectsResource.LocationsResource.DbFindingSummariesResource.ListRequest
In this article
Back to top Generated by DocFX