Class GetRealmResult
Inheritance
System.Object
GetRealmResult
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()
Assembly: Pulumi.Keycloak.dll
Syntax
public sealed class GetRealmResult
Fields
View Source
AccessCodeLifespan
Declaration
public readonly string AccessCodeLifespan
Field Value
| Type |
Description |
| System.String |
|
View Source
AccessCodeLifespanLogin
Declaration
public readonly string AccessCodeLifespanLogin
Field Value
| Type |
Description |
| System.String |
|
View Source
AccessCodeLifespanUserAction
Declaration
public readonly string AccessCodeLifespanUserAction
Field Value
| Type |
Description |
| System.String |
|
View Source
AccessTokenLifespan
Declaration
public readonly string AccessTokenLifespan
Field Value
| Type |
Description |
| System.String |
|
View Source
AccessTokenLifespanForImplicitFlow
Declaration
public readonly string AccessTokenLifespanForImplicitFlow
Field Value
| Type |
Description |
| System.String |
|
View Source
AccountTheme
Declaration
public readonly string AccountTheme
Field Value
| Type |
Description |
| System.String |
|
View Source
ActionTokenGeneratedByAdminLifespan
Declaration
public readonly string ActionTokenGeneratedByAdminLifespan
Field Value
| Type |
Description |
| System.String |
|
View Source
ActionTokenGeneratedByUserLifespan
Declaration
public readonly string ActionTokenGeneratedByUserLifespan
Field Value
| Type |
Description |
| System.String |
|
View Source
AdminTheme
Declaration
public readonly string AdminTheme
Field Value
| Type |
Description |
| System.String |
|
View Source
Attributes
Declaration
public readonly ImmutableDictionary<string, object> Attributes
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
|
View Source
BrowserFlow
Declaration
public readonly string BrowserFlow
Field Value
| Type |
Description |
| System.String |
|
View Source
ClientAuthenticationFlow
Declaration
public readonly string ClientAuthenticationFlow
Field Value
| Type |
Description |
| System.String |
|
View Source
DirectGrantFlow
Declaration
public readonly string DirectGrantFlow
Field Value
| Type |
Description |
| System.String |
|
View Source
DisplayName
Declaration
public readonly string DisplayName
Field Value
| Type |
Description |
| System.String |
|
View Source
DisplayNameHtml
Declaration
public readonly string DisplayNameHtml
Field Value
| Type |
Description |
| System.String |
|
View Source
DockerAuthenticationFlow
Declaration
public readonly string DockerAuthenticationFlow
Field Value
| Type |
Description |
| System.String |
|
View Source
DuplicateEmailsAllowed
Declaration
public readonly bool DuplicateEmailsAllowed
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
EditUsernameAllowed
Declaration
public readonly bool EditUsernameAllowed
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
EmailTheme
Declaration
public readonly string EmailTheme
Field Value
| Type |
Description |
| System.String |
|
View Source
Enabled
Declaration
public readonly bool Enabled
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type |
Description |
| System.String |
|
View Source
Internationalizations
Declaration
public readonly ImmutableArray<GetRealmInternationalizationResult> Internationalizations
Field Value
View Source
LoginTheme
Declaration
public readonly string LoginTheme
Field Value
| Type |
Description |
| System.String |
|
View Source
LoginWithEmailAllowed
Declaration
public readonly bool LoginWithEmailAllowed
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
OfflineSessionIdleTimeout
Declaration
public readonly string OfflineSessionIdleTimeout
Field Value
| Type |
Description |
| System.String |
|
View Source
OfflineSessionMaxLifespan
Declaration
public readonly string OfflineSessionMaxLifespan
Field Value
| Type |
Description |
| System.String |
|
View Source
PasswordPolicy
Declaration
public readonly string PasswordPolicy
Field Value
| Type |
Description |
| System.String |
|
View Source
Realm
Declaration
public readonly string Realm
Field Value
| Type |
Description |
| System.String |
|
View Source
RefreshTokenMaxReuse
Declaration
public readonly int RefreshTokenMaxReuse
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
RegistrationAllowed
Declaration
public readonly bool RegistrationAllowed
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
RegistrationEmailAsUsername
Declaration
public readonly bool RegistrationEmailAsUsername
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
RegistrationFlow
Declaration
public readonly string RegistrationFlow
Field Value
| Type |
Description |
| System.String |
|
View Source
RememberMe
Declaration
public readonly bool RememberMe
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
ResetCredentialsFlow
Declaration
public readonly string ResetCredentialsFlow
Field Value
| Type |
Description |
| System.String |
|
View Source
ResetPasswordAllowed
Declaration
public readonly bool ResetPasswordAllowed
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
SecurityDefenses
Declaration
public readonly ImmutableArray<GetRealmSecurityDefenseResult> SecurityDefenses
Field Value
View Source
SmtpServers
Declaration
public readonly ImmutableArray<GetRealmSmtpServerResult> SmtpServers
Field Value
View Source
SslRequired
Declaration
public readonly string SslRequired
Field Value
| Type |
Description |
| System.String |
|
View Source
SsoSessionIdleTimeout
Declaration
public readonly string SsoSessionIdleTimeout
Field Value
| Type |
Description |
| System.String |
|
View Source
SsoSessionMaxLifespan
Declaration
public readonly string SsoSessionMaxLifespan
Field Value
| Type |
Description |
| System.String |
|
View Source
VerifyEmail
Declaration
public readonly bool VerifyEmail
Field Value
| Type |
Description |
| System.Boolean |
|