Resource: PostureTemplate
The details of a posture template.
JSON representation |
---|
{ "name": string, "revisionId": string, "description": string, "state": enum ( |
Fields | |
---|---|
name |
Output only. Identifier. The name of the posture template, in the format |
revision |
Output only. A string that identifies the revision of the posture template. |
description |
Output only. A description of the posture template. |
state |
Output only. The state of the posture template at the specified |
policy |
Output only. The |
categories[] |
Output only. The categories that the posture template belongs to, as determined by the Security Posture API. |
State
The state of a PostureTemplate
.
Enums | |
---|---|
STATE_UNSPECIFIED |
Default value. This value is unused. |
ACTIVE |
The posture template follows the latest controls and standards. |
DEPRECATED |
The posture template uses outdated controls and standards. We recommend that you use a newer revision of the posture template. |
Methods |
|
---|---|
|
Gets a single revision of a PostureTemplate . |
|
Lists every PostureTemplate in a given organization and location. |