Show / Hide Table of Contents

Class UserAttributeMapperArgs

Inheritance
System.Object
InputArgs
ResourceArgs
UserAttributeMapperArgs
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.Ldap
Assembly: Pulumi.Keycloak.dll
Syntax
public sealed class UserAttributeMapperArgs : ResourceArgs

Constructors

View Source

UserAttributeMapperArgs()

Declaration
public UserAttributeMapperArgs()

Properties

View Source

AlwaysReadValueFromLdap

When true, the value fetched from LDAP will override the value stored in Keycloak.

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

IsMandatoryInLdap

When true, this attribute must exist in LDAP.

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

LdapAttribute

Name of the mapped attribute on LDAP object.

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

LdapUserFederationId

The ldap user federation provider to attach this mapper to.

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

Name

Display name of the mapper when displayed in the console.

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

ReadOnly

When true, this attribute is not saved back to LDAP when the user attribute is updated in Keycloak.

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

RealmId

The realm in which the ldap user federation provider exists.

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

UserModelAttribute

Name of the UserModel property or attribute you want to map the LDAP attribute into.

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