Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for stsKeys (0.04 seconds)

  1. cmd/admin-handlers-users.go

    		accessKeys := madmin.ListAccessKeysResp{}
    		if listSTSKeys {
    			stsKeys, err := globalIAMSys.ListSTSAccounts(ctx, user)
    			if err != nil {
    				writeErrorResponseJSON(ctx, w, toAdminAPIErr(ctx, err), r.URL)
    				return
    			}
    			for _, sts := range stsKeys {
    				accessKeys.STSKeys = append(accessKeys.STSKeys, madmin.ServiceAccountInfo{
    					AccessKey:  sts.AccessKey,
    					Expiration: &sts.Expiration,
    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