Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for AssumeRoleWithClientGrantsResult (0.24 seconds)

  1. cmd/sts-datatypes.go

    type AssumeRoleWithClientGrantsResponse struct {
    	XMLName          xml.Name           `xml:"https://sts.amazonaws.com/doc/2011-06-15/ AssumeRoleWithClientGrantsResponse" json:"-"`
    	Result           ClientGrantsResult `xml:"AssumeRoleWithClientGrantsResult"`
    	ResponseMetadata struct {
    		RequestID string `xml:"RequestId,omitempty"`
    	} `xml:"ResponseMetadata,omitempty"`
    }
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri May 27 00:58:09 GMT 2022
    - 9.9K bytes
    - Click Count (0)
  2. cmd/sts-handlers.go

    Klaus Post <******@****.***> 1756435188 +0200
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 36.6K bytes
    - Click Count (0)
Back to Top