FoldersResource class 
 
    
    
  
    
  
    
  
    Methods
    
        - 
  deleteAccessApprovalSettings(String name, {String? $fields})
    → Future<Empty>
  
  
- 
  Deletes the settings associated with a project, folder, or organization.
  
- 
  getAccessApprovalSettings(String name, {String? $fields})
    → Future<AccessApprovalSettings>
  
  
- 
  Gets the Access Approval settings associated with a project, folder, or
organization.
  
- 
  getServiceAccount(String name, {String? $fields})
    → Future<AccessApprovalServiceAccount>
  
  
- 
  Retrieves the service account that is used by Access Approval to access
KMS keys for signing approved approval requests.
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited 
- 
  updateAccessApprovalSettings(AccessApprovalSettings request, String name, {String? updateMask, String? $fields})
    → Future<AccessApprovalSettings>
  
  
- 
  Updates the settings associated with a project, folder, or organization.