Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. cmd/iam-store.go

    				continue
    			}
    			stsMap[user] = ""
    		}
    	}
    	return stsMap, nil
    }
    
    // Assumes store is locked by caller. If userMap is empty, returns all user mappings.
    func (store *IAMStoreSys) listUserPolicyMappings(cache *iamCache, userMap map[string]set.StringSet,
    	userPredicate func(string) bool, decodeFunc func(string) string,
    ) []madmin.UserPolicyEntities {
    	stsMap := xsync.NewMapOf[string, MappedPolicy]()
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Oct 14 16:35:37 UTC 2024
    - 83.2K bytes
    - Viewed (0)
Back to top