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.

A structure that contains configuration of the identity source.

This data type was a response parameter for the GetIdentitySource operation. Replaced by ConfigurationDetail.

Inheritance Hierarchy

System.Object
  Amazon.VerifiedPermissions.Model.IdentitySourceDetails

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

Syntax

C#
[Obsolete("This shape has been replaced by ConfigurationDetail")]
public class IdentitySourceDetails

The IdentitySourceDetails type exposes the following members

Constructors

NameDescription
Public Method IdentitySourceDetails()

Properties

NameTypeDescription
Public Property ClientIds System.Collections.Generic.List<System.String>

Gets and sets the property ClientIds.

The application client IDs associated with the specified Amazon Cognito user pool that are enabled for this identity source.

Public Property DiscoveryUrl System.String

Gets and sets the property DiscoveryUrl.

The well-known URL that points to this user pool's OIDC discovery endpoint. This is a URL string in the following format. This URL replaces the placeholders for both the Amazon Web Services Region and the user pool identifier with those appropriate for this user pool.

https://cognito-idp..amazonaws.com//.well-known/openid-configuration

Public Property OpenIdIssuer Amazon.VerifiedPermissions.OpenIdIssuer

Gets and sets the property OpenIdIssuer.

A string that identifies the type of OIDC service represented by this identity source.

At this time, the only valid value is cognito.

Public Property UserPoolArn System.String

Gets and sets the property UserPoolArn.

The Amazon Resource Name (ARN) of the Amazon Cognito user pool whose identities are accessible to this Verified Permissions policy store.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

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