Interface OpenIdConnectGroupConfigurationItem.Builder

  • Method Details

    • groupClaim

      The token claim that you want Verified Permissions to interpret as group membership. For example, groups.

      Parameters:
      groupClaim - The token claim that you want Verified Permissions to interpret as group membership. For example, groups.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • groupEntityType

      OpenIdConnectGroupConfigurationItem.Builder groupEntityType(String groupEntityType)

      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.

      Parameters:
      groupEntityType - 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.