Class RequiredActionArgs
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.Keycloak
Assembly: Pulumi.Keycloak.dll
Syntax
public sealed class RequiredActionArgs : ResourceArgs
Constructors
View SourceRequiredActionArgs()
Declaration
public RequiredActionArgs()
Properties
View SourceAlias
Declaration
public Input<string> Alias { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DefaultAction
Declaration
public Input<bool> DefaultAction { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Enabled
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Name
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Priority
Declaration
public Input<int> Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
RealmId
Declaration
public Input<string> RealmId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |