principal Type
Parameters
value
The Type of the Principal. One of User
, Group
or ServicePrincipal
. Changing this forces a new resource to be created.
NOTE: While
principal_type
is optional, it's still recommended to set this value, as some Synapse use-cases may not work correctly if this is not specified. Service Principals for example can't run SQL statements usingEntra ID
authentication ifprincipal_type
is not set toServicePrincipal
.