Interface CfnOAuth2CredentialProviderPropsMixin.MicrosoftOauth2ProviderConfigInputProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnOAuth2CredentialProviderPropsMixin.MicrosoftOauth2ProviderConfigInputProperty.Jsii$Proxy
Enclosing class:
CfnOAuth2CredentialProviderPropsMixin

@Stability(Stable) public static interface CfnOAuth2CredentialProviderPropsMixin.MicrosoftOauth2ProviderConfigInputProperty extends software.amazon.jsii.JsiiSerializable
Input configuration for a Microsoft OAuth2 provider.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.*;
 MicrosoftOauth2ProviderConfigInputProperty microsoftOauth2ProviderConfigInputProperty = MicrosoftOauth2ProviderConfigInputProperty.builder()
         .clientId("clientId")
         .clientSecret("clientSecret")
         .tenantId("tenantId")
         .build();
 

See Also: