Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for listGroupPolicyMappings (0.52 sec)

  1. cmd/iam-store.go

    		return r[i].User < r[j].User
    	})
    
    	return r
    }
    
    // Assumes store is locked by caller. If groups is empty, returns all group mappings.
    func (store *IAMStoreSys) listGroupPolicyMappings(cache *iamCache, groups []string,
    	groupPredicate func(string) bool,
    ) []madmin.GroupPolicyEntities {
    	var r []madmin.GroupPolicyEntities
    	groupsSet := set.CreateStringSet(groups...)
    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