Show / Hide Table of Contents

Class AuthConfigOpenLdapState

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

Constructors

View Source

AuthConfigOpenLdapState()

Declaration
public AuthConfigOpenLdapState()

Properties

View Source

AccessMode

Access mode for auth. required, restricted, unrestricted are supported. Default unrestricted (string)

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

AllowedPrincipalIds

Allowed principal ids for auth. Required if access_mode is required or restricted. Ex: openldap_user://&lt;DN> openldap_group://&lt;DN> (list)

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

Annotations

Annotations of the resource (map)

Declaration
public InputMap<object> Annotations { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Certificate

Base64 encoded CA certificate for TLS if self-signed. Use filebase64(<FILE>) for encoding file (string)

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

ConnectionTimeout

OpenLdap connection timeout. Default 5000 (int)

Declaration
public Input<int> ConnectionTimeout { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Enabled

Enable auth config provider. Default true (bool)

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

GroupDnAttribute

Group DN attribute. Default entryDN (string)

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

GroupMemberMappingAttribute

Group member mapping attribute. Default member (string)

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

GroupMemberUserAttribute

Group member user attribute. Default entryDN (string)

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

GroupNameAttribute

Group name attribute. Default cn (string)

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

GroupObjectClass

Group object class. Default groupOfNames (string)

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

GroupSearchAttribute

Group search attribute. Default cn (string)

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

GroupSearchBase

Group search base (string)

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

Labels

Labels of the resource (map)

Declaration
public InputMap<object> Labels { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Name

(Computed) The name of the resource (string)

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

NestedGroupMembershipEnabled

Nested group membership enable. Default false (bool)

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

Port

OpenLdap port. Default 389 (int)

Declaration
public Input<int> Port { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Servers

OpenLdap servers list (list)

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

ServiceAccountDistinguishedName

Service account DN for access OpenLdap service (string)

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

ServiceAccountPassword

Service account password for access OpenLdap service (string)

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

Tls

Enable TLS connection (bool)

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

Type

(Computed) The type of the resource (string)

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

UserDisabledBitMask

User disabled bit mask (int)

Declaration
public Input<int> UserDisabledBitMask { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

UserEnabledAttribute

User enable attribute (string)

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

UserLoginAttribute

User login attribute. Default uid (string)

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

UserMemberAttribute

User member attribute. Default memberOf (string)

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

UserNameAttribute

User name attribute. Default givenName (string)

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

UserObjectClass

User object class. Default inetorgperson (string)

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

UserSearchAttribute

User search attribute. Default uid|sn|givenName (string)

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

UserSearchBase

User search base DN (string)

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