Class CfnIdentitySource.OpenIdConnectGroupConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.verifiedpermissions.CfnIdentitySource.OpenIdConnectGroupConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIdentitySource.OpenIdConnectGroupConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdentitySource.OpenIdConnectGroupConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnIdentitySource.OpenIdConnectGroupConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIdentitySource.OpenIdConnectGroupConfigurationProperty
An implementation for
CfnIdentitySource.OpenIdConnectGroupConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.verifiedpermissions.CfnIdentitySource.OpenIdConnectGroupConfigurationProperty
CfnIdentitySource.OpenIdConnectGroupConfigurationProperty.Builder, CfnIdentitySource.OpenIdConnectGroupConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnIdentitySource.OpenIdConnectGroupConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The token claim that you want Verified Permissions to interpret as group membership.final String
The policy store entity type that you want to map your users' group claim to.final int
hashCode()
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 theCfnIdentitySource.OpenIdConnectGroupConfigurationProperty.Builder
.
-
-
Method Details
-
getGroupClaim
Description copied from interface:CfnIdentitySource.OpenIdConnectGroupConfigurationProperty
The token claim that you want Verified Permissions to interpret as group membership.For example,
groups
.- Specified by:
getGroupClaim
in interfaceCfnIdentitySource.OpenIdConnectGroupConfigurationProperty
- See Also:
-
getGroupEntityType
Description copied from interface:CfnIdentitySource.OpenIdConnectGroupConfigurationProperty
The policy store entity type that you want to map your users' group claim to.For example,
MyCorp::UserGroup
. A group entity type is an entity that can have a user entity type as a member.- Specified by:
getGroupEntityType
in interfaceCfnIdentitySource.OpenIdConnectGroupConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-