Class CfnIdentitySourcePropsMixin.OpenIdConnectGroupConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.verifiedpermissions.CfnIdentitySourcePropsMixin.OpenIdConnectGroupConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIdentitySourcePropsMixin.OpenIdConnectGroupConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdentitySourcePropsMixin.OpenIdConnectGroupConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnIdentitySourcePropsMixin.OpenIdConnectGroupConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIdentitySourcePropsMixin.OpenIdConnectGroupConfigurationProperty
An implementation for
CfnIdentitySourcePropsMixin.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.cfnpropertymixins.services.verifiedpermissions.CfnIdentitySourcePropsMixin.OpenIdConnectGroupConfigurationProperty
CfnIdentitySourcePropsMixin.OpenIdConnectGroupConfigurationProperty.Builder, CfnIdentitySourcePropsMixin.OpenIdConnectGroupConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIdentitySourcePropsMixin.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
protected Jsii$Proxy(CfnIdentitySourcePropsMixin.OpenIdConnectGroupConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIdentitySourcePropsMixin.OpenIdConnectGroupConfigurationProperty.Builder.
-
-
Method Details
-
getGroupClaim
Description copied from interface:CfnIdentitySourcePropsMixin.OpenIdConnectGroupConfigurationPropertyThe token claim that you want Verified Permissions to interpret as group membership.For example,
groups.- Specified by:
getGroupClaimin interfaceCfnIdentitySourcePropsMixin.OpenIdConnectGroupConfigurationProperty- See Also:
-
getGroupEntityType
Description copied from interface:CfnIdentitySourcePropsMixin.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 interfaceCfnIdentitySourcePropsMixin.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()
-