Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for AssumeRoleWithCertificateResponse (0.12 seconds)

  1. cmd/sts-handlers.go

    			SessionToken:        tmpCredentials.SessionToken,
    			ParentUser:          tmpCredentials.ParentUser,
    			ParentPolicyMapping: policyName,
    		},
    		UpdatedAt: updatedAt,
    	}))
    
    	response := new(AssumeRoleWithCertificateResponse)
    	response.Result.Credentials = tmpCredentials
    	response.Metadata.RequestID = w.Header().Get(xhttp.AmzRequestID)
    	writeSuccessResponseXML(w, encodeResponse(response))
    }
    
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 36.6K bytes
    - Click Count (0)
Back to Top