Show / Hide Table of Contents

Class FoldersResource.SourcesResource

The "sources" collection of methods.

Inheritance
object
FoldersResource.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 FoldersResource.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 FoldersResource.SourcesResource.FindingsResource Findings { get; }
Property Value
Type Description
FoldersResource.SourcesResource.FindingsResource

Methods

List(string)

Lists all sources belonging to an organization.

Declaration
public virtual FoldersResource.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
FoldersResource.SourcesResource.ListRequest
In This Article
Back to top Generated by DocFX