SecurityPosture class

Represents a posture that is deployed on Google Cloud by the Security Command Center Posture Management service.

A posture contains one or more policy sets. A policy set is a group of policies that enforce a set of security rules on Google Cloud.

Constructors

SecurityPosture({String? changedPolicy, String? name, String? postureDeployment, String? postureDeploymentResource, String? revisionId})
SecurityPosture.fromJson(Map json_)

Properties

changedPolicy String?
The name of the policy that has been updated, for example, projects/{project_id}/policies/{constraint_name}.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Name of the posture, for example, organizations/{org_id}/locations/{location}/postures/{posture_name}.
getter/setter pair
postureDeployment String?
The name of the posture deployment, for example, projects/{project_id}/posturedeployments/{posture_deployment_id}.
getter/setter pair
postureDeploymentResource String?
The project, folder, or organization on which the posture is deployed, for example, projects/{project_id}.
getter/setter pair
revisionId String?
The version of the posture, for example, c7cfa2a8.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited