The mssql_login module is used to create and manage SQL Server Logins
frank:
mssql_login.present
- domain: mydomain
salt.states.mssql_login.absent(name, **kwargs)¶Ensure that the named login is absent
salt.states.mssql_login.present(name, password=None, domain=None, server_roles=None, options=None, **kwargs)¶Checks existence of the named login. If not present, creates the login with the specified roles and options.
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 3004.1