Interface GroupContract.UpdateStages.WithExternalId

  • All Known Subinterfaces:
    GroupContract.Update
    Enclosing interface:
    GroupContract.UpdateStages

    public static interface GroupContract.UpdateStages.WithExternalId
    The stage of the GroupContract update allowing to specify externalId.
    • Method Detail

      • withExternalId

        GroupContract.Update withExternalId​(String externalId)
        Specifies the externalId property: Identifier of the external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory `aad://<tenant>.onmicrosoft.com/groups/<group object id>`; otherwise the value is null..
        Parameters:
        externalId - Identifier of the external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory `aad://<tenant>.onmicrosoft.com/groups/<group object id>`; otherwise the value is null.
        Returns:
        the next definition stage.