Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AssumeRoleWithClientGrantsResponse (0.23 sec)

  1. cmd/sts-datatypes.go

    	SubjectFromWebIdentityToken string `xml:",omitempty"`
    }
    
    // AssumeRoleWithClientGrantsResponse contains the result of successful AssumeRoleWithClientGrants request.
    type AssumeRoleWithClientGrantsResponse struct {
    	XMLName          xml.Name           `xml:"https://sts.amazonaws.com/doc/2011-06-15/ AssumeRoleWithClientGrantsResponse" json:"-"`
    	Result           ClientGrantsResult `xml:"AssumeRoleWithClientGrantsResult"`
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri May 27 00:58:09 GMT 2022
    - 9.9K bytes
    - Viewed (0)
Back to top