OrganizationsLocationsPosturesResource class

Constructors

OrganizationsLocationsPosturesResource.new(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(Posture request, String parent, {String? postureId, String? $fields}) Future<Operation>
Creates a new Posture.
delete(String name, {String? etag, String? $fields}) Future<Operation>
Deletes all revisions of a Posture.
extract(ExtractPostureRequest request, String parent, {String? $fields}) Future<Operation>
Extracts existing policies from an organization, folder, or project, and applies them to another organization, folder, or project as a Posture.
get(String name, {String? revisionId, String? $fields}) Future<Posture>
Gets a single revision of a Posture.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<ListPosturesResponse>
Lists the most recent revisions of all Posture resources in a specified organization and location.
listRevisions(String name, {int? pageSize, String? pageToken, String? $fields}) Future<ListPostureRevisionsResponse>
Lists all revisions of a single Posture.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Posture request, String name, {String? revisionId, String? updateMask, String? $fields}) Future<Operation>
Updates a revision of an existing Posture.
toString() String
A string representation of this object.
inherited

Operators

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