Class GetRealmArgs
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 GetRealmArgs : InvokeArgs
Constructors
View SourceGetRealmArgs()
Declaration
public GetRealmArgs()
Properties
View SourceAttributes
Declaration
public Dictionary<string, object> Attributes { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
DisplayNameHtml
Declaration
public string DisplayNameHtml { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Internationalizations
Declaration
public List<GetRealmInternationalizationArgs> Internationalizations { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetRealmInternationalizationArgs> |
Realm
Declaration
public string Realm { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SecurityDefenses
Declaration
public List<GetRealmSecurityDefenseArgs> SecurityDefenses { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetRealmSecurityDefenseArgs> |
SmtpServers
Declaration
public List<GetRealmSmtpServerArgs> SmtpServers { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetRealmSmtpServerArgs> |