Package org.azd.graph.types
Class GraphGroupMailAddressCreationContext
java.lang.Object
org.azd.graph.types.GraphGroupCreationContext
org.azd.graph.types.GraphGroupMailAddressCreationContext
Use this type to create a new group using the mail address as a reference to an existing group from an external AD
or AAD backed provider. This is the subset of GraphGroup fields required for creation of a
group for the AAD and AD use case.
-
Field Summary
Modifier and TypeFieldDescriptionThis should be the mail address or the group in the source AD or AAD provider.Fields inherited from class org.azd.graph.types.GraphGroupCreationContext
storageKey
-
Constructor Summary
-
Method Summary
-
Field Details
-
mailAddress
This should be the mail address or the group in the source AD or AAD provider. Example: test@contoso.com Team Services will communicate with the source provider to fill all other fields on creation.
-
-
Constructor Details
-
GraphGroupMailAddressCreationContext
public GraphGroupMailAddressCreationContext()
-