Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ListAccessKeysBulk (0.1 sec)

  1. cmd/admin-router.go

    		// Access key (service account/STS) operations
    		adminRouter.Methods(http.MethodGet).Path(adminVersion+"/list-access-keys-bulk").HandlerFunc(adminMiddleware(adminAPI.ListAccessKeysBulk)).Queries("listType", "{listType:.*}")
    
    		// Info policy IAM latest
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Sep 21 11:35:40 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  2. cmd/admin-handlers-users.go

    					AccessKey: serviceAccount,
    				},
    			},
    			UpdatedAt: UTCNow(),
    		}))
    	}
    
    	writeSuccessNoContent(w)
    }
    
    // ListAccessKeysBulk - GET /minio/admin/v3/list-access-keys-bulk
    func (a adminAPIHandlers) ListAccessKeysBulk(w http.ResponseWriter, r *http.Request) {
    	ctx := r.Context()
    
    	// Get current object layer instance.
    	objectAPI := newObjectLayerFn()
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 03 23:11:02 UTC 2024
    - 85.1K bytes
    - Viewed (0)
Back to top