computer_name(Optional[String[1,63]])
— DNS Name of the associated Computer Account when the SMB server is joined to an Active Directory domain.This name is limited to 63 bytes and must not contain the following characters - - comma (.) - tilde (~) - colon (:) - exclamation point (!) - at sign (@) - number sign (#) - dollar sign ($) - percent (%) - caret (^) - ampersand (&) - apostrophe (') - period (.) - note that if you enter string with period only the first word will be kept - parentheses (()) - braces ({}) - underscore (_) - white space (blank)as defined by the Microsoft naming convention (see https://support.microsoft.com/en-us/help/909264/)
description(Optional[String[0,48]])
— Description of the SMB server in UTF-8 characters.
domain(Optional[String[1,255]])
— Domain name where SMB server is registered in Active Directory, if applicable.
id(String)
— Unique identifier of the SMB server.
is_standalone(Optional[Boolean])
— Indicates whether the SMB server is standalone. Values are:- true - SMB server is standalone.- false - SMB server is joined to the Active Directory.
local_admin_password(Optional[String[0,512]])
— Password for the local administrator account of the SMB server.
netbios_name(Optional[String])
— NetBIOS name is the network name of the standalone SMB server.SMB servers joined to Active Directory also have NetBIOS Name, defaulted to the 15 first characters of the computer_name attribute.Administrators can specify a custom NetBIOS Name for an SMB server using this attribute.NetBIOS name is limited to 15 characters and cannot contain the following characters - - backslash (\) - slash mark (/) - colon (:) - asterisk (*) - question mark (?) - quotation mark ('') - less than sign (<) - greater than sign (>) - vertical bar (|)as defined by the Microsoft naming convention (see https://support.microsoft.com/en-us/help/909264/)
workgroup(Optional[String[1,15]])
— Applies to standalone SMB servers only.Windows network workgroup for the SMB server.Workgroup names are limited to 15 alphanumeric ASCII characters.