Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AssumeRoleWithCustomTokenResponse (0.1 sec)

  1. cmd/sts-handlers.go

    			SecretKey:    tmpCredentials.SecretKey,
    			SessionToken: tmpCredentials.SessionToken,
    			ParentUser:   tmpCredentials.ParentUser,
    		},
    		UpdatedAt: updatedAt,
    	}))
    
    	response := new(AssumeRoleWithCustomTokenResponse)
    	response.Result.Credentials = tmpCredentials
    	response.Result.AssumedUser = parentUser
    	response.Metadata.RequestID = w.Header().Get(xhttp.AmzRequestID)
    	writeSuccessResponseXML(w, encodeResponse(response))
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 36.6K bytes
    - Viewed (0)
Back to top