Class ExecutionArgs
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.Authentication
Assembly: Pulumi.Keycloak.dll
Syntax
public sealed class ExecutionArgs : ResourceArgs
Constructors
View SourceExecutionArgs()
Declaration
public ExecutionArgs()
Properties
View SourceAuthenticator
Declaration
public Input<string> Authenticator { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ParentFlowAlias
Declaration
public Input<string> ParentFlowAlias { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RealmId
Declaration
public Input<string> RealmId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Requirement
Declaration
public Input<string> Requirement { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |