ActiveDirectory Class
Active Directory.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
ActiveDirectory
Constructor
ActiveDirectory(*, active_directory_id: Optional[str] = None, username: Optional[str] = None, password: Optional[str] = None, domain: Optional[str] = None, dns: Optional[str] = None, smb_server_name: Optional[str] = None, organizational_unit: Optional[str] = 'CN=Computers', site: Optional[str] = None, backup_operators: Optional[List[str]] = None, administrators: Optional[List[str]] = None, kdc_ip: Optional[str] = None, ad_name: Optional[str] = None, server_root_ca_certificate: Optional[str] = None, aes_encryption: Optional[bool] = None, ldap_signing: Optional[bool] = None, security_operators: Optional[List[str]] = None, ldap_over_tls: Optional[bool] = None, allow_local_nfs_users_with_ldap: Optional[bool] = None, **kwargs)
Parameters
- password
- str
Plain text password of Active Directory domain administrator, value is masked in the response.
- dns
- str
Comma separated list of DNS server IP addresses (IPv4 only) for the Active Directory domain.
- smb_server_name
- str
NetBIOS name of the SMB server. This name will be registered as a computer account in the AD and used to mount volumes.
Users to be added to the Built-in Backup Operator active directory group. A list of unique usernames without domain specifier.
Users to be added to the Built-in Administrators active directory group. A list of unique usernames without domain specifier.
- kdc_ip
- str
kdc server IP addresses for the active directory machine. This optional parameter is used only while creating kerberos volume.
- ad_name
- str
Name of the active directory machine. This optional parameter is used only while creating kerberos volume.
- server_root_ca_certificate
- str
When LDAP over SSL/TLS is enabled, the LDAP client is required to have base64 encoded Active Directory Certificate Service's self-signed root CA certificate, this optional parameter is used only for dual protocol with LDAP user-mapping volumes.
Domain Users in the Active directory to be given SeSecurityPrivilege privilege (Needed for SMB Continuously available shares for SQL). A list of unique usernames without domain specifier.
- allow_local_nfs_users_with_ldap
- bool
If enabled, NFS client local users can also (in addition to LDAP users) access the NFS volumes.
Variables
- status
- str or ActiveDirectoryStatus
Status of the Active Directory. Possible values include: "Created", "InUse", "Deleted", "Error", "Updating".
- status_details
- str
Any details in regards to the Status of the Active Directory.
Feedback
Submit and view feedback for