Show / Hide Table of Contents

Class ProjectsResource.SourcesResource

The "sources" collection of methods.

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

Constructors

SourcesResource(IClientService)

Constructs a new resource.

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

Properties

Findings

Gets the Findings resource.

Declaration
public virtual ProjectsResource.SourcesResource.FindingsResource Findings { get; }
Property Value
Type Description
ProjectsResource.SourcesResource.FindingsResource

Methods

List(string)

Lists all sources belonging to an organization.

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

Required. Resource name of the parent of sources to list. Its format should be "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".

Returns
Type Description
ProjectsResource.SourcesResource.ListRequest
In This Article
Back to top Generated by DocFX