Freigeben über


ConnectAuthKind Struct

Definition

The authentication kind used to poll the data.

public readonly struct ConnectAuthKind : IEquatable<Azure.ResourceManager.SecurityInsights.Models.ConnectAuthKind>
type ConnectAuthKind = struct
Public Structure ConnectAuthKind
Implements IEquatable(Of ConnectAuthKind)
Inheritance
ConnectAuthKind
Implements

Constructors

Name Description
ConnectAuthKind(String)

Initializes a new instance of ConnectAuthKind.

Properties

Name Description
APIKey

APIKey.

Basic

Basic.

OAuth2

OAuth2.

Methods

Name Description
Equals(ConnectAuthKind)

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(ConnectAuthKind, ConnectAuthKind)

Determines if two ConnectAuthKind values are the same.

Implicit(String to ConnectAuthKind)

Converts a String to a ConnectAuthKind.

Inequality(ConnectAuthKind, ConnectAuthKind)

Determines if two ConnectAuthKind values are not the same.

Applies to