Show / Hide Table of Contents

Class RealmEventsState

Inheritance
System.Object
InputArgs
ResourceArgs
RealmEventsState
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.Keycloak
Assembly: Pulumi.Keycloak.dll
Syntax
public sealed class RealmEventsState : ResourceArgs

Constructors

View Source

RealmEventsState()

Declaration
public RealmEventsState()

Properties

View Source

AdminEventsDetailsEnabled

Declaration
public Input<bool> AdminEventsDetailsEnabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

AdminEventsEnabled

Declaration
public Input<bool> AdminEventsEnabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

EnabledEventTypes

Declaration
public InputList<string> EnabledEventTypes { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

EventsEnabled

Declaration
public Input<bool> EventsEnabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

EventsExpiration

Declaration
public Input<int> EventsExpiration { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

EventsListeners

Declaration
public InputList<string> EventsListeners { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

RealmId

Declaration
public Input<string> RealmId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.