ServiceNowAuthenticationType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The authentication type to use.
public readonly struct ServiceNowAuthenticationType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.ServiceNowAuthenticationType>
type ServiceNowAuthenticationType = struct
Public Structure ServiceNowAuthenticationType
Implements IEquatable(Of ServiceNowAuthenticationType)
- Inheritance
-
ServiceNowAuthenticationType
- Implements
Constructors
| Name | Description |
|---|---|
| ServiceNowAuthenticationType(String) |
Initializes a new instance of ServiceNowAuthenticationType. |
Properties
| Name | Description |
|---|---|
| Basic |
Basic. |
| OAuth2 |
OAuth2. |
Methods
| Name | Description |
|---|---|
| Equals(ServiceNowAuthenticationType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ServiceNowAuthenticationType, ServiceNowAuthenticationType) |
Determines if two ServiceNowAuthenticationType values are the same. |
| Implicit(String to ServiceNowAuthenticationType) |
Converts a String to a ServiceNowAuthenticationType. |
| Inequality(ServiceNowAuthenticationType, ServiceNowAuthenticationType) |
Determines if two ServiceNowAuthenticationType values are not the same. |