Show / Hide Table of Contents

Class ActiveDirectoryArgs

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

Constructors

View Source

ActiveDirectoryArgs()

Declaration
public ActiveDirectoryArgs()

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: activedirectory_user://&lt;DN> activedirectory_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

CA certificate for TLS if selfsigned (string)

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

ConnectionTimeout

ActiveDirectory connection timeout. Default 5000 (int)

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

DefaultLoginDomain

ActiveDirectory defult lgoin domain (string)

Declaration
public Input<string> DefaultLoginDomain { get; set; }
Property Value
Type Description
Input<System.String>
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 distinguishedName (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 distinguishedName (string)

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

GroupNameAttribute

Group name attribute. Default name (string)

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

GroupObjectClass

Group object class. Default group (string)

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

GroupSearchAttribute

Group search attribute. Default sAMAccountName (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

GroupSearchFilter

Group search filter (string)

Declaration
public Input<string> GroupSearchFilter { 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

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

ActiveDirectory port. Default 389 (int)

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

Servers

ActiveDirectory servers list (list)

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

ServiceAccountPassword

Service account password for access ActiveDirectory service (string)

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

ServiceAccountUsername

Service account DN for access ActiveDirectory service (string)

Declaration
public Input<string> ServiceAccountUsername { 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

UserDisabledBitMask

User disabled bit mask. Default 2 (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 sAMAccountName (string)

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

UserNameAttribute

User name attribute. Default name (string)

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

UserObjectClass

User object class. Default person (string)

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

UserSearchAttribute

User search attribute. Default sAMAccountName|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

UserSearchFilter

User search filter (string)

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