Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for AssumeRoleWithLDAPIdentityResponse (0.19 sec)

  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>
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 18.9K bytes
    - Viewed (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"`
    }
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri May 27 00:58:09 UTC 2022
    - 9.9K bytes
    - Viewed (0)
Back to top