Class OrganizationsResource.LocationsResource.PostureTemplatesResource
The "postureTemplates" collection of methods.
Inherited Members
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
|
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 |
Returns
Type | Description |
---|---|
OrganizationsResource.LocationsResource.PostureTemplatesResource.ListRequest |