Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for guessUserProvider (0.22 sec)

  1. cmd/admin-handlers-users.go

    		return
    	}
    
    	var expiration *time.Time
    	if !targetCred.Expiration.IsZero() && !targetCred.Expiration.Equal(timeSentinel) {
    		expiration = &targetCred.Expiration
    	}
    
    	userProvider := guessUserProvider(targetCred)
    
    	infoResp := madmin.InfoAccessKeyResp{
    		AccessKey: accessKey,
    		InfoServiceAccountResp: madmin.InfoServiceAccountResp{
    			ParentUser:    targetCred.ParentUser,
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 90.6K bytes
    - Viewed (0)
Back to top