Class GroupMapperState
Inheritance
System.Object
GroupMapperState
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()
Assembly: Pulumi.Keycloak.dll
Syntax
public sealed class GroupMapperState : ResourceArgs
Constructors
View Source
GroupMapperState()
Declaration
public GroupMapperState()
Properties
View Source
DropNonExistingGroupsDuringSync
Declaration
public Input<bool> DropNonExistingGroupsDuringSync { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
GroupNameLdapAttribute
Declaration
public Input<string> GroupNameLdapAttribute { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
GroupObjectClasses
Declaration
public InputList<string> GroupObjectClasses { get; set; }
Property Value
View Source
GroupsLdapFilter
Declaration
public Input<string> GroupsLdapFilter { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
IgnoreMissingGroups
Declaration
public Input<bool> IgnoreMissingGroups { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
LdapGroupsDn
Declaration
public Input<string> LdapGroupsDn { 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
MappedGroupAttributes
Declaration
public InputList<string> MappedGroupAttributes { get; set; }
Property Value
View Source
MemberofLdapAttribute
Declaration
public Input<string> MemberofLdapAttribute { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
MembershipAttributeType
Declaration
public Input<string> MembershipAttributeType { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
MembershipLdapAttribute
Declaration
public Input<string> MembershipLdapAttribute { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
MembershipUserLdapAttribute
Declaration
public Input<string> MembershipUserLdapAttribute { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Mode
Declaration
public Input<string> Mode { 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
PreserveGroupInheritance
Declaration
public Input<bool> PreserveGroupInheritance { 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
UserRolesRetrieveStrategy
Declaration
public Input<string> UserRolesRetrieveStrategy { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|