Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mappedPolicies (0.1 sec)

  1. cmd/iam-object-store.go

    				}
    			}
    
    			break
    		}
    
    		mappedPolicies, err := iamOS.loadMappedPolicyConcurrent(ctx, regUser, false, userPolicyMappingsList[:count]...)
    		if err != nil {
    			return err
    		}
    
    		for index := range userPolicyMappingsList[:count] {
    			if mappedPolicies[index].Policies != "" {
    				userName := strings.TrimSuffix(userPolicyMappingsList[index], ".json")
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 10 23:40:37 UTC 2024
    - 26.6K bytes
    - Viewed (0)
Back to top