OnPremiseResourceDetails Class

Details of the On Premise resource that was assessed.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: OnPremiseSqlResourceDetails.

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

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

Constructor

OnPremiseResourceDetails(*, workspace_id: str, vmuuid: str, source_computer_id: str, machine_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.