The mssql_role module is used to create and manage SQL Server Roles
yolo:
mssql_role.present
salt.states.mssql_role.
absent
(name, **kwargs)¶Ensure that the named database is absent
The name of the database to remove
salt.states.mssql_role.
present
(name, owner=None, grants=None, **kwargs)¶Ensure that the named database is present with the specified options
The name of the database to manage
Adds owner using AUTHORIZATION option
Can only be a list of strings
Generated on November 29, 2023 at 04:05:44 UTC.
You are viewing docs for the latest stable release, 3006.4. Switch to docs for the previous stable release, 3005.4, or to a recent doc build from the master branch.
© 2023 VMware, Inc. | Privacy Policy