Class UserMultiFactorAuthRuleGetArgs
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 UserMultiFactorAuthRuleGetArgs : ResourceArgs
Constructors
View SourceUserMultiFactorAuthRuleGetArgs()
Declaration
public UserMultiFactorAuthRuleGetArgs()
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> |