Show / Hide Table of Contents

Class RealmState

Inheritance
System.Object
InputArgs
ResourceArgs
RealmState
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 RealmState : ResourceArgs

Constructors

View Source

RealmState()

Declaration
public RealmState()

Properties

View Source

AccessCodeLifespan

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

AccessCodeLifespanLogin

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

AccessCodeLifespanUserAction

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

AccessTokenLifespan

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

AccessTokenLifespanForImplicitFlow

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

AccountTheme

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

ActionTokenGeneratedByAdminLifespan

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

ActionTokenGeneratedByUserLifespan

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

AdminTheme

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

Attributes

Declaration
public InputMap<object> Attributes { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

BrowserFlow

Which flow should be used for BrowserFlow

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

ClientAuthenticationFlow

Which flow should be used for ClientAuthenticationFlow

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

DirectGrantFlow

Which flow should be used for DirectGrantFlow

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

DisplayName

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

DisplayNameHtml

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

DockerAuthenticationFlow

Which flow should be used for DockerAuthenticationFlow

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

DuplicateEmailsAllowed

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

EditUsernameAllowed

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

EmailTheme

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

Enabled

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

Internationalization

Declaration
public Input<RealmInternationalizationGetArgs> Internationalization { get; set; }
Property Value
Type Description
Input<RealmInternationalizationGetArgs>
View Source

LoginTheme

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

LoginWithEmailAllowed

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

OfflineSessionIdleTimeout

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

OfflineSessionMaxLifespan

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

PasswordPolicy

String that represents the passwordPolicies that are in place. Each policy is separated with " and ". Supported policies can be found in the server-info providers page. example: "upperCase(1) and length(8) and forceExpiredPasswordChange(365) and notUsername(undefined)"

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

RealmName

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

RefreshTokenMaxReuse

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

RegistrationAllowed

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

RegistrationEmailAsUsername

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

RegistrationFlow

Which flow should be used for RegistrationFlow

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

RememberMe

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

ResetCredentialsFlow

Which flow should be used for ResetCredentialsFlow

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

ResetPasswordAllowed

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

RevokeRefreshToken

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

SecurityDefenses

Declaration
public Input<RealmSecurityDefensesGetArgs> SecurityDefenses { get; set; }
Property Value
Type Description
Input<RealmSecurityDefensesGetArgs>
View Source

SmtpServer

Declaration
public Input<RealmSmtpServerGetArgs> SmtpServer { get; set; }
Property Value
Type Description
Input<RealmSmtpServerGetArgs>
View Source

SslRequired

SSL Required: Values can be 'none', 'external' or 'all'.

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

SsoSessionIdleTimeout

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

SsoSessionMaxLifespan

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

VerifyEmail

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