Class RealmEventsArgs
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 RealmEventsArgs : ResourceArgs
Constructors
View SourceRealmEventsArgs()
Declaration
public RealmEventsArgs()
Properties
View SourceAdminEventsDetailsEnabled
Declaration
public Input<bool> AdminEventsDetailsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
AdminEventsEnabled
Declaration
public Input<bool> AdminEventsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
EnabledEventTypes
Declaration
public InputList<string> EnabledEventTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
EventsEnabled
Declaration
public Input<bool> EventsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
EventsExpiration
Declaration
public Input<int> EventsExpiration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
EventsListeners
Declaration
public InputList<string> EventsListeners { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
RealmId
Declaration
public Input<string> RealmId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |