Show / Hide Table of Contents

Class OrganizationsResource.LocationsResource.PostureTemplatesResource

The "postureTemplates" collection of methods.

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

Constructors

PostureTemplatesResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Gets a single revision of a PostureTemplate.

Declaration
public virtual OrganizationsResource.LocationsResource.PostureTemplatesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the PostureTemplate, in the format organizations/{organization}/locations/global/postureTemplates/{posture_template}.

Returns
Type Description
OrganizationsResource.LocationsResource.PostureTemplatesResource.GetRequest

List(string)

Lists every PostureTemplate in a given organization and location.

Declaration
public virtual OrganizationsResource.LocationsResource.PostureTemplatesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent resource name, in the format organizations/{organization}/locations/global.

Returns
Type Description
OrganizationsResource.LocationsResource.PostureTemplatesResource.ListRequest
In this article
Back to top Generated by DocFX