Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.UpdateOpenIdConnectGroupConfiguration
-
Packages that use UpdateOpenIdConnectGroupConfiguration Package Description software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of UpdateOpenIdConnectGroupConfiguration in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return UpdateOpenIdConnectGroupConfiguration Modifier and Type Method Description UpdateOpenIdConnectGroupConfigurationUpdateOpenIdConnectConfiguration. groupConfiguration()The claim in OIDC identity provider tokens that indicates a user's group membership, and the entity type that you want to map it to.Methods in software.amazon.awssdk.services.verifiedpermissions.model with parameters of type UpdateOpenIdConnectGroupConfiguration Modifier and Type Method Description UpdateOpenIdConnectConfiguration.BuilderUpdateOpenIdConnectConfiguration.Builder. groupConfiguration(UpdateOpenIdConnectGroupConfiguration groupConfiguration)The claim in OIDC identity provider tokens that indicates a user's group membership, and the entity type that you want to map it to.
-