Package org.azd.graph.types
Class GraphGroupOriginIdCreationContext
java.lang.Object
org.azd.graph.types.GraphGroupCreationContext
org.azd.graph.types.GraphGroupOriginIdCreationContext
Use this type to create a new group using the OriginID 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 AD and AAD use case.
-
Field Summary
Modifier and TypeFieldDescriptionThis should be the object id or sid of the group from the source AD or AAD provider.Fields inherited from class org.azd.graph.types.GraphGroupCreationContext
storageKey
-
Constructor Summary
-
Method Summary
-
Field Details
-
originId
This should be the object id or sid of the group from the source AD or AAD provider. Example: d47d025a-ce2f-4a79-8618-e8862ade30dd Team Services will communicate with the source provider to fill all other fields on creation.
-
-
Constructor Details
-
GraphGroupOriginIdCreationContext
public GraphGroupOriginIdCreationContext()
-