Interface GroupContract.DefinitionStages.WithExternalId

    • Method Detail

      • withExternalId

        GroupContract.DefinitionStages.WithCreate 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.