- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for PolicyDBUpdateBuiltin (0.13 seconds)
-
cmd/iam.go
iamLogIf(ctx, nerr.Err) } } } return updatedAt, nil } // PolicyDBUpdateBuiltin - adds or removes policies from a user or a group // verified to be an internal IDP user. func (sys *IAMSys) PolicyDBUpdateBuiltin(ctx context.Context, isAttach bool, r madmin.PolicyAssociationReq, ) (updatedAt time.Time, addedOrRemoved, effectivePolicies []string, err error) {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Oct 15 17:00:45 GMT 2025 - 76.5K bytes - Click Count (0) -
cmd/admin-handlers-users.go
return } if err = par.IsValid(); err != nil { writeErrorResponseJSON(ctx, w, toAdminAPIErr(ctx, err), r.URL) return } updatedAt, addedOrRemoved, _, err := globalIAMSys.PolicyDBUpdateBuiltin(ctx, isAttach, par) if err != nil { if err == errNoSuchUser || err == errNoSuchGroup { if globalIAMSys.LDAPConfig.Enabled() { // When LDAP is enabled, warn user that they are using the wrong
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 90.6K bytes - Click Count (0)