Interface OidcMemberDefinition.Builder

    • Method Detail

      • groups

        OidcMemberDefinition.Builder groups​(Collection<String> groups)

        A list of comma seperated strings that identifies user groups in your OIDC IdP. Each user group is made up of a group of private workers.

        Parameters:
        groups - A list of comma seperated strings that identifies user groups in your OIDC IdP. Each user group is made up of a group of private workers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groups

        OidcMemberDefinition.Builder groups​(String... groups)

        A list of comma seperated strings that identifies user groups in your OIDC IdP. Each user group is made up of a group of private workers.

        Parameters:
        groups - A list of comma seperated strings that identifies user groups in your OIDC IdP. Each user group is made up of a group of private workers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.