Show / Hide Table of Contents

Class OrganizationsResource.LocationsResource

The "locations" collection of methods.

Inheritance
object
OrganizationsResource.LocationsResource
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

Constructors

LocationsResource(IClientService)

Constructs a new resource.

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

Properties

Operations

Gets the Operations resource.

Declaration
public virtual OrganizationsResource.LocationsResource.OperationsResource Operations { get; }
Property Value
Type Description
OrganizationsResource.LocationsResource.OperationsResource

PostureDeployments

Gets the PostureDeployments resource.

Declaration
public virtual OrganizationsResource.LocationsResource.PostureDeploymentsResource PostureDeployments { get; }
Property Value
Type Description
OrganizationsResource.LocationsResource.PostureDeploymentsResource

PostureTemplates

Gets the PostureTemplates resource.

Declaration
public virtual OrganizationsResource.LocationsResource.PostureTemplatesResource PostureTemplates { get; }
Property Value
Type Description
OrganizationsResource.LocationsResource.PostureTemplatesResource

Postures

Gets the Postures resource.

Declaration
public virtual OrganizationsResource.LocationsResource.PosturesResource Postures { get; }
Property Value
Type Description
OrganizationsResource.LocationsResource.PosturesResource

Reports

Gets the Reports resource.

Declaration
public virtual OrganizationsResource.LocationsResource.ReportsResource Reports { get; }
Property Value
Type Description
OrganizationsResource.LocationsResource.ReportsResource
In this article
Back to top Generated by DocFX