Package org.azd.graph.types
Class GraphServicePrincipalOriginIdCreationContext
java.lang.Object
org.azd.graph.types.GraphServicePrincipalCreationContext
org.azd.graph.types.GraphServicePrincipalOriginIdCreationContext
public class GraphServicePrincipalOriginIdCreationContext
extends GraphServicePrincipalCreationContext
Use this type to create a new service principal using the OriginID as a reference to an existing service principal
from an external AAD backed provider. This is the subset of GraphServicePrincipal fields required for creation of a
GraphServicePrincipal for the AAD use case when looking up the service principal by its unique ID in the backing provider.
-
Field Summary
Modifier and TypeFieldDescriptionThis should be the object id of the service principal from the AAD provider.Fields inherited from class org.azd.graph.types.GraphServicePrincipalCreationContext
storageKey
-
Constructor Summary
-
Method Summary
-
Field Details
-
originId
This should be the object id of the service principal from the 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
-
GraphServicePrincipalOriginIdCreationContext
public GraphServicePrincipalOriginIdCreationContext()
-