OnPremiseSqlResourceDetails Class

Details of the On Premise Sql resource that was assessed.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.security.models._models_py3.OnPremiseResourceDetails
OnPremiseSqlResourceDetails

Constructor

OnPremiseSqlResourceDetails(*, workspace_id: str, vmuuid: str, source_computer_id: str, machine_name: str, server_name: str, database_name: str, **kwargs)

Parameters

source
str or Source
Required

Required. The platform where the assessed resource resides.Constant filled by server. Possible values include: "Azure", "OnPremise", "OnPremiseSql".

workspace_id
str
Required

Required. Azure resource Id of the workspace the machine is attached to.

vmuuid
str
Required

Required. The unique Id of the machine.

source_computer_id
str
Required

Required. The oms agent Id installed on the machine.

machine_name
str
Required

Required. The name of the machine.

server_name
str
Required

Required. The Sql server name installed on the machine.

database_name
str
Required

Required. The Sql database name installed on the machine.