- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Lists every PostureTemplate
in a given organization and location.
HTTP request
GET https://securityposture.googleapis.com/v1/{parent=organizations/*/locations/*}/postureTemplates
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource name, in the format |
Query parameters
Parameters | |
---|---|
page |
Optional. The maximum number of posture templates to return. The default value is If you exceed the maximum value of |
page |
Optional. A pagination token returned from a previous request to list posture templates. Provide this token to retrieve the next page of results. |
filter |
Optional. A filter to apply to the list of postures, in the format defined in AIP-160: Filtering. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"postureTemplates": [
{
object ( |
Fields | |
---|---|
posture |
The list of |
next |
A pagination token. To retrieve the next page of results, call the method again with this token. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent
resource:
securityposture.postureTemplates.list
For more information, see the IAM documentation.