Show / Hide Table of Contents

Class GetRealmArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetRealmArgs
Inherited Members
InvokeArgs.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 GetRealmArgs : InvokeArgs

Constructors

View Source

GetRealmArgs()

Declaration
public GetRealmArgs()

Properties

View Source

Attributes

Declaration
public Dictionary<string, object> Attributes { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>
View Source

DisplayNameHtml

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

Internationalizations

Declaration
public List<GetRealmInternationalizationArgs> Internationalizations { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GetRealmInternationalizationArgs>
View Source

Realm

Declaration
public string Realm { get; set; }
Property Value
Type Description
System.String
View Source

SecurityDefenses

Declaration
public List<GetRealmSecurityDefenseArgs> SecurityDefenses { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GetRealmSecurityDefenseArgs>
View Source

SmtpServers

Declaration
public List<GetRealmSmtpServerArgs> SmtpServers { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GetRealmSmtpServerArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.