Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AssumeRoleWithCertificateResponse (0.2 sec)

  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))
    }
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Aug 15 01:29:20 UTC 2024
    - 33.9K bytes
    - Viewed (0)
Back to top