Interface GroupContract.DefinitionStages.WithExternalId

All Known Subinterfaces:
GroupContract.Definition, GroupContract.DefinitionStages.WithCreate
Enclosing interface:
GroupContract.DefinitionStages

public static interface GroupContract.DefinitionStages.WithExternalId
The stage of the GroupContract definition allowing to specify externalId.
  • Method Summary

    Modifier and Type
    Method
    Description
    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..
  • Method Details

    • withExternalId

      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.