principalType

@JvmName(name = "vhdftccusbxklqux")
suspend fun principalType(value: Output<String>)
@JvmName(name = "tmoavhenoapmjlga")
suspend fun principalType(value: String?)

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 using Entra ID authentication if principal_type is not set to ServicePrincipal.