Class CfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.verifiedpermissions.CfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty
An implementation for
CfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty-
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.services.verifiedpermissions.CfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty
CfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty.Builder, CfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanThe ID token audience, or client ID, claim values that you want to accept in your policy store from an OIDC identity provider.final StringThe claim that determines the principal in OIDC access tokens.final inthashCode()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
protected Jsii$Proxy(CfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty.Builder.
-
-
Method Details
-
getClientIds
Description copied from interface:CfnIdentitySource.OpenIdConnectIdentityTokenConfigurationPropertyThe ID token audience, or client ID, claim values that you want to accept in your policy store from an OIDC identity provider.For example,
1example23456789, 2example10111213.- Specified by:
getClientIdsin interfaceCfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty- See Also:
-
getPrincipalIdClaim
Description copied from interface:CfnIdentitySource.OpenIdConnectIdentityTokenConfigurationPropertyThe claim that determines the principal in OIDC access tokens.For example,
sub.Default: - "sub"
- Specified by:
getPrincipalIdClaimin interfaceCfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty- 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()
-