MultiFactorAuthProvider Struct

Definition

The multi-factor authorization provider to be used for just-in-time access requests.

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

Constructors

MultiFactorAuthProvider(String)

Initializes a new instance of MultiFactorAuthProvider.

Properties

Azure

Azure.

None

None.

Methods

Equals(MultiFactorAuthProvider)

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

Equality(MultiFactorAuthProvider, MultiFactorAuthProvider)

Determines if two MultiFactorAuthProvider values are the same.

Implicit(String to MultiFactorAuthProvider)

Converts a string to a MultiFactorAuthProvider.

Inequality(MultiFactorAuthProvider, MultiFactorAuthProvider)

Determines if two MultiFactorAuthProvider values are not the same.

Applies to