FoldersPoliciesResource class

Constructors

FoldersPoliciesResource(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(GoogleCloudOrgpolicyV2Policy request, String parent, {String? $fields}) Future<GoogleCloudOrgpolicyV2Policy>
Creates a policy.
delete(String name, {String? etag, String? $fields}) Future<GoogleProtobufEmpty>
Deletes a policy.
get(String name, {String? $fields}) Future<GoogleCloudOrgpolicyV2Policy>
Gets a policy on a resource.
getEffectivePolicy(String name, {String? $fields}) Future<GoogleCloudOrgpolicyV2Policy>
Gets the effective policy on a resource.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudOrgpolicyV2ListPoliciesResponse>
Retrieves all of the policies that exist on a particular resource.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudOrgpolicyV2Policy request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudOrgpolicyV2Policy>
Updates a policy.
toString() String
A string representation of this object.
inherited

Operators

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