Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for AssumeRoleWithLDAPIdentityResponse (0.16 seconds)

  1. docs/sts/ldap.md

    ```
    
    ## Sample Response
    
    ```
    <?xml version="1.0" encoding="UTF-8"?>
    <AssumeRoleWithLDAPIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
      <AssumeRoleWithLDAPIdentityResult>
        <AssumedRoleUser>
          <Arn/>
          <AssumeRoleId/>
        </AssumedRoleUser>
        <Credentials>
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 18.9K bytes
    - Click Count (0)
  2. cmd/sts-datatypes.go

    // AssumeRoleWithLDAPIdentity request
    type AssumeRoleWithLDAPResponse struct {
    	XMLName          xml.Name           `xml:"https://sts.amazonaws.com/doc/2011-06-15/ AssumeRoleWithLDAPIdentityResponse" json:"-"`
    	Result           LDAPIdentityResult `xml:"AssumeRoleWithLDAPIdentityResult"`
    	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)
  3. cmd/http-tracer_test.go

    Klaus Post <******@****.***> 1759093161 +0200
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 5.3K bytes
    - Click Count (0)
  4. 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