Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for GroupPolicies (0.09 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. cmd/admin-handlers-users.go

    					failed.GroupPolicies = append(
    						failed.GroupPolicies,
    						madmin.IAMErrPolicyEntity{
    							Name:     g,
    							Policies: strings.Split(pm.Policies, ","),
    							Error:    err,
    						})
    				} else {
    					added.GroupPolicies = append(added.GroupPolicies, map[string][]string{g: strings.Split(pm.Policies, ",")})
    				}
    			}
    		}
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 90.6K bytes
    - Click Count (0)
Back to Top