RestServiceAuthenticationType type

Type of authentication used to connect to the REST service.
KnownRestServiceAuthenticationType can be used interchangeably with RestServiceAuthenticationType, this enum contains the known values that the service supports.

Known values supported by the service

Anonymous: Anonymous
Basic: Basic
AadServicePrincipal: AadServicePrincipal
ManagedServiceIdentity: ManagedServiceIdentity
OAuth2ClientCredential: OAuth2ClientCredential

type RestServiceAuthenticationType = string