Class: Azure::Security::Mgmt::V2020_01_01::Models::ConnectedWorkspace
- Inherits:
-
Object
- Object
- Azure::Security::Mgmt::V2020_01_01::Models::ConnectedWorkspace
- Includes:
- MsRestAzure
- Defined in:
- lib/2020-01-01/generated/azure_mgmt_security/models/connected_workspace.rb
Overview
Represents an OMS workspace to which the solution is connected
Instance Attribute Summary collapse
-
#id ⇒ String
Azure resource ID of the connected OMS workspace.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ConnectedWorkspace class as Ruby Hash.
Instance Attribute Details
#id ⇒ String
Returns Azure resource ID of the connected OMS workspace.
17 18 19 |
# File 'lib/2020-01-01/generated/azure_mgmt_security/models/connected_workspace.rb', line 17 def id @id end |
Class Method Details
.mapper ⇒ Object
Mapper for ConnectedWorkspace class as Ruby Hash. This will be used for serialization/deserialization.
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
# File 'lib/2020-01-01/generated/azure_mgmt_security/models/connected_workspace.rb', line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ConnectedWorkspace', type: { name: 'Composite', class_name: 'ConnectedWorkspace', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } } } } } end |