Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 51 of 51 for Association (0.08 sec)

  1. cmd/iam-store.go

    			res = append(res, k)
    			return true
    		})
    	}
    	return
    }
    
    // PolicyDBUpdate - adds or removes given policies to/from the user or group's
    // policy associations.
    func (store *IAMStoreSys) PolicyDBUpdate(ctx context.Context, name string, isGroup bool,
    	userType IAMUserType, policies []string, isAttach bool) (updatedAt time.Time,
    	addedOrRemoved, effectivePolicies []string, err error,
    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