Interface CfnIdentitySource.IIdentitySourceDetailsProperty
Namespace: Amazon.CDK.AwsVerifiedpermissions
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IIdentitySourceDetailsProperty
Syntax (vb)
Public Interface IIdentitySourceDetailsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_verifiedpermissions;
var identitySourceDetailsProperty = new IdentitySourceDetailsProperty {
ClientIds = new [] { "clientIds" },
DiscoveryUrl = "discoveryUrl",
OpenIdIssuer = "openIdIssuer",
UserPoolArn = "userPoolArn"
};
Synopsis
Properties
Client |
|
Discovery |
|
Open |
|
User |
Properties
ClientIds
virtual string[] ClientIds { get; }
Property Value
System.
Remarks
DiscoveryUrl
virtual string DiscoveryUrl { get; }
Property Value
System.
Remarks
OpenIdIssuer
virtual string OpenIdIssuer { get; }
Property Value
System.
Remarks
UserPoolArn
virtual string UserPoolArn { get; }
Property Value
System.