Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for listUserPolicyMappings (0.19 sec)

  1. cmd/iam-store.go

    			}
    		}
    	}
    
    	return res
    }
    
    // Assumes store is locked by caller. If users is empty, returns all user mappings.
    func (store *IAMStoreSys) listUserPolicyMappings(cache *iamCache, users []string,
    	userPredicate func(string) bool,
    ) []madmin.UserPolicyEntities {
    	var r []madmin.UserPolicyEntities
    	usersSet := set.CreateStringSet(users...)
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sat Apr 27 10:04:10 GMT 2024
    - 75.2K bytes
    - Viewed (2)
Back to top