Class CfnIdentityProviderMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.workspacesweb.CfnIdentityProviderMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIdentityProviderMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdentityProviderMixinProps
@Stability(Stable)
@Internal
public static final class CfnIdentityProviderMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIdentityProviderMixinProps
An implementation for
CfnIdentityProviderMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.workspacesweb.CfnIdentityProviderMixinProps
CfnIdentityProviderMixinProps.Builder, CfnIdentityProviderMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIdentityProviderMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnIdentityProviderMixinProps.Builder.
-
-
Method Details
-
getIdentityProviderDetails
Description copied from interface:CfnIdentityProviderMixinPropsThe identity provider details. The following list describes the provider detail keys for each identity provider type.- For Google and Login with Amazon:
client_idclient_secretauthorize_scopes- For Facebook:
client_idclient_secretauthorize_scopesapi_version- For Sign in with Apple:
client_idteam_idkey_idprivate_keyauthorize_scopes- For OIDC providers:
client_idclient_secretattributes_request_methodoidc_issuerauthorize_scopesauthorize_urlif not available from discovery URL specified by oidc_issuer keytoken_urlif not available from discovery URL specified by oidc_issuer keyattributes_urlif not available from discovery URL specified by oidc_issuer keyjwks_uriif not available from discovery URL specified by oidc_issuer key- For SAML providers:
MetadataFileORMetadataURLIDPSignout(boolean) optionalIDPInit(boolean) optionalRequestSigningAlgorithm(string) optional - Only acceptsrsa-sha256EncryptedResponses(boolean) optional
Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getIdentityProviderDetailsin interfaceCfnIdentityProviderMixinProps- See Also:
-
getIdentityProviderName
Description copied from interface:CfnIdentityProviderMixinPropsThe identity provider name.- Specified by:
getIdentityProviderNamein interfaceCfnIdentityProviderMixinProps- See Also:
-
getIdentityProviderType
Description copied from interface:CfnIdentityProviderMixinPropsThe identity provider type.- Specified by:
getIdentityProviderTypein interfaceCfnIdentityProviderMixinProps- See Also:
-
getPortalArn
Description copied from interface:CfnIdentityProviderMixinPropsThe ARN of the identity provider.- Specified by:
getPortalArnin interfaceCfnIdentityProviderMixinProps- See Also:
-
getTags
- Specified by:
getTagsin interfaceCfnIdentityProviderMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-