Share via


ConnectAuthKind Struct

Definition

The authentication kind used to poll the data

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConnectAuthKindTypeConverter))]
public struct ConnectAuthKind : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConnectAuthKind>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.ConnectAuthKindTypeConverter))>]
type ConnectAuthKind = struct
    interface IArgumentCompleter
Public Structure ConnectAuthKind
Implements IArgumentCompleter, IEquatable(Of ConnectAuthKind)
Inheritance
ConnectAuthKind
Attributes
Implements

Fields

ApiKey
Basic
OAuth2

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(ConnectAuthKind)

Compares values of enum type ConnectAuthKind

Equals(Object)

Compares values of enum type ConnectAuthKind (override for Object)

GetHashCode()

Returns hashCode for enum ConnectAuthKind

ToString()

Returns string representation for ConnectAuthKind

Operators

Equality(ConnectAuthKind, ConnectAuthKind)

Overriding == operator for enum ConnectAuthKind

Implicit(ConnectAuthKind to String)

Implicit operator to convert ConnectAuthKind to string

Implicit(String to ConnectAuthKind)

Implicit operator to convert string to ConnectAuthKind

Inequality(ConnectAuthKind, ConnectAuthKind)

Overriding != operator for enum ConnectAuthKind

Applies to