Show / Hide Table of Contents

Class MsadUserAccountControlMapperArgs

Inheritance
System.Object
InputArgs
ResourceArgs
MsadUserAccountControlMapperArgs
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 MsadUserAccountControlMapperArgs : ResourceArgs

Constructors

View Source

MsadUserAccountControlMapperArgs()

Declaration
public MsadUserAccountControlMapperArgs()

Properties

View Source

LdapPasswordPolicyHintsEnabled

Declaration
public Input<bool> LdapPasswordPolicyHintsEnabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
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

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
Back to top Copyright 2016-2020, Pulumi Corporation.