Class UserTemplateImporterIdentityProviderMapperArgs
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 UserTemplateImporterIdentityProviderMapperArgs : ResourceArgs
Constructors
View SourceUserTemplateImporterIdentityProviderMapperArgs()
Declaration
public UserTemplateImporterIdentityProviderMapperArgs()
Properties
View SourceIdentityProviderAlias
IDP Alias
Declaration
public Input<string> IdentityProviderAlias { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
IDP Mapper Name
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Realm
Realm Name
Declaration
public Input<string> Realm { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Template
Username For Template Import
Declaration
public Input<string> Template { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |