Interface CfnWebExperience.ISamlProviderConfigurationProperty
Information about the SAML 2.0-compliant identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.
Namespace: Amazon.CDK.AwsQbusiness
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISamlProviderConfigurationProperty
Syntax (vb)
Public Interface ISamlProviderConfigurationProperty
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_qbusiness;
var samlProviderConfigurationProperty = new SamlProviderConfigurationProperty {
AuthenticationUrl = "authenticationUrl"
};
Synopsis
Properties
Authentication |
The URL where Amazon Q Business end users will be redirected for authentication. |
Properties
AuthenticationUrl
The URL where Amazon Q Business end users will be redirected for authentication.
string AuthenticationUrl { get; }
Property Value
System.