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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.verifiedpermissions.CfnIdentitySource.OpenIdConnectGroupConfigurationProperty
CfnIdentitySource.OpenIdConnectGroupConfigurationProperty.Builder, CfnIdentitySource.OpenIdConnectGroupConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIdentitySource.OpenIdConnectGroupConfigurationProperty.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 booleanfinal StringThe token claim that you want Verified Permissions to interpret as group membership.final StringThe policy store entity type that you want to map your users' group claim to.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
Constructor that initializes the object based on literal property values passed by theCfnIdentitySource.OpenIdConnectGroupConfigurationProperty.Builder.
-
-
Method Details
-
getGroupClaim
Description copied from interface:CfnIdentitySource.OpenIdConnectGroupConfigurationPropertyThe token claim that you want Verified Permissions to interpret as group membership.For example,
groups.- Specified by:
getGroupClaimin interfaceCfnIdentitySource.OpenIdConnectGroupConfigurationProperty- See Also:
-
getGroupEntityType
Description copied from interface:CfnIdentitySource.OpenIdConnectGroupConfigurationPropertyThe 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:
getGroupEntityTypein interfaceCfnIdentitySource.OpenIdConnectGroupConfigurationProperty- 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()
-