Class UserMultiFactorAuthRuleArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.OpenStack.Identity.Inputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class UserMultiFactorAuthRuleArgs : ResourceArgs
Constructors
View SourceUserMultiFactorAuthRuleArgs()
Declaration
public UserMultiFactorAuthRuleArgs()
Properties
View SourceRules
A list of authentication plugins that the user must authenticate with.
Declaration
public InputList<string> Rules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |