Posture
import type { Posture } from "https://googleapis.deno.dev/v1/securityposture:v1.ts";
The details of a posture.
§Properties
Optional. The user-specified annotations for the posture. For details about the values you can use in an annotation, see AIP-148: Standard fields.
Output only. The categories that the posture belongs to, as determined by the Security Posture API.
Optional. An opaque identifier for the current version of the posture at
the specified revision_id
. To prevent concurrent updates from overwriting
each other, always provide the etag
when you update a posture. You can
also provide the etag
when you delete a posture, to help ensure that
you're deleting the intended version of the posture.
Required. Identifier. The name of the posture, in the format
organizations/{organization}/locations/global/postures/{posture_id}
.
Output only. Whether the posture is in the process of being updated.
Output only. Immutable. An opaque eight-character string that identifies the revision of the posture. A posture can have multiple revisions; when you deploy a posture, you deploy a specific revision of the posture.