ProjectsLocationsScopesResource class 
 
    
    
  
    
  
    
  
    Methods
    
        - 
  create(Scope request, String parent, {String? scopeId, String? $fields})
    → Future<Operation>
  
  
- 
  Creates a Scope.
  
- 
  delete(String name, {String? $fields})
    → Future<Operation>
  
  
- 
  Deletes a Scope.
  
- 
  get(String name, {String? $fields})
    → Future<Scope>
  
  
- 
  Returns the details of a Scope.
  
- 
  getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields})
    → Future<Policy>
  
  
- 
  Gets the access control policy for a resource.
  
- 
  list(String parent, {int? pageSize, String? pageToken, String? $fields})
    → Future<ListScopesResponse>
  
  
- 
  Lists Scopes.
  
- 
  listMemberships(String scopeName, {String? filter, int? pageSize, String? pageToken, String? $fields})
    → Future<ListBoundMembershipsResponse>
  
  
- 
  Lists Memberships bound to a Scope.
  
- 
  listPermitted(String parent, {int? pageSize, String? pageToken, String? $fields})
    → Future<ListPermittedScopesResponse>
  
  
- 
  Lists permitted Scopes.
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  patch(Scope request, String name, {String? updateMask, String? $fields})
    → Future<Operation>
  
  
- 
  Updates a scopes.
  
- 
  setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields})
    → Future<Policy>
  
  
- 
  Sets the access control policy on the specified resource.
  
- 
  testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields})
    → Future<TestIamPermissionsResponse>
  
  
- 
  Returns permissions that a caller has on the specified resource.
  
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited