OBJECT
MssqlSddDetail
Description
The Mssql SDD details of this Physical Host.
link GraphQL Schema definition
- type MssqlSddDetail {
- # SDD certificate ID for the SQL Server instance on this physical host.
- : String
- # The Rubrik cluster of the object.
- : String!
- # Whether to perform SQL Server SDD through RBA for this physical host.
- : Boolean!
- # SDD username configured for the SQL Server instance on this physical host.
- : String!
- }