Show / Hide Table of Contents

Class UserMultiFactorAuthRuleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
UserMultiFactorAuthRuleArgs
Inherited Members
ResourceArgs.Empty
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 Source

UserMultiFactorAuthRuleArgs()

Declaration
public UserMultiFactorAuthRuleArgs()

Properties

View Source

Rules

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.