AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Retrieves the configuration information for the outbound identity federation feature in your Amazon Web Services account. The response includes the unique issuer URL for your Amazon Web Services account and the current enabled/disabled status of the feature. Use this operation to obtain the issuer URL that you need to configure trust relationships with external services.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to GetOutboundWebIdentityFederationInfoAsync.

Namespace: Amazon.IdentityManagement
Assembly: AWSSDK.IdentityManagement.dll
Version: 3.x.y.z

Syntax

C#
public virtual GetOutboundWebIdentityFederationInfoResponse GetOutboundWebIdentityFederationInfo(
         GetOutboundWebIdentityFederationInfoRequest request
)

Parameters

request
Type: Amazon.IdentityManagement.Model.GetOutboundWebIdentityFederationInfoRequest

Container for the necessary parameters to execute the GetOutboundWebIdentityFederationInfo service method.

Return Value


The response from the GetOutboundWebIdentityFederationInfo service method, as returned by IdentityManagementService.

Exceptions

ExceptionCondition
FeatureDisabledException The request failed because outbound identity federation is already disabled for your Amazon Web Services account. You cannot disable the feature multiple times

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also