OrganizationsResource class

Constructors

OrganizationsResource(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

clearOrgPolicy(ClearOrgPolicyRequest request, String resource, {String? $fields}) Future<Empty>
Clears a Policy from a resource.
get(String name, {String? $fields}) Future<Organization>
Fetches an Organization resource identified by the specified resource name.
getEffectiveOrgPolicy(GetEffectiveOrgPolicyRequest request, String resource, {String? $fields}) Future<OrgPolicy>
Gets the effective Policy on a resource.
getIamPolicy(GetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Gets the access control policy for an Organization resource.
getOrgPolicy(GetOrgPolicyRequest request, String resource, {String? $fields}) Future<OrgPolicy>
Gets a Policy on a resource.
listAvailableOrgPolicyConstraints(ListAvailableOrgPolicyConstraintsRequest request, String resource, {String? $fields}) Future<ListAvailableOrgPolicyConstraintsResponse>
Lists Constraints that could be applied on the specified resource.
listOrgPolicies(ListOrgPoliciesRequest request, String resource, {String? $fields}) Future<ListOrgPoliciesResponse>
Lists all the Policies set for a particular resource.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
Searches Organization resources that are visible to the user and satisfy the specified filter.
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Sets the access control policy on an Organization resource.
setOrgPolicy(SetOrgPolicyRequest request, String resource, {String? $fields}) Future<OrgPolicy>
Updates the specified Policy on the resource.
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields}) Future<TestIamPermissionsResponse>
Returns permissions that a caller has on the specified Organization.
toString() String
A string representation of this object.
inherited

Operators

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