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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnOAuth2CredentialProviderPropsMixin.MicrosoftOauth2ProviderConfigInputProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getClientId
- See Also:
-
getClientSecret
- See Also:
-
getTenantId
The Microsoft Entra ID tenant ID.- See Also:
-
builder
@Stability(Stable) static CfnOAuth2CredentialProviderPropsMixin.MicrosoftOauth2ProviderConfigInputProperty.Builder builder()
-