Class: Azure::Security::Mgmt::V2020_01_01::Models::AdaptiveApplicationControlGroup
- Inherits:
-
Object
- Object
- Azure::Security::Mgmt::V2020_01_01::Models::AdaptiveApplicationControlGroup
- Includes:
- MsRestAzure
- Defined in:
- lib/2020-01-01/generated/azure_mgmt_security/models/adaptive_application_control_group.rb
Overview
Model object.
Instance Attribute Summary collapse
-
#configuration_status ⇒ Enum
‘InProgress’, ‘Failed’, ‘NoStatus’.
-
#enforcement_mode ⇒ Enum
Possible values include: ‘Audit’, ‘Enforce’, ‘None’.
-
#id ⇒ String
Resource Id.
- #issues ⇒ Array<AdaptiveApplicationControlIssueSummary>
-
#location ⇒ String
Location where the resource is stored.
-
#name ⇒ String
Resource name.
- #path_recommendations ⇒ Array<PathRecommendation>
- #protection_mode ⇒ ProtectionMode
-
#recommendation_status ⇒ Enum
‘NotRecommended’, ‘NotAvailable’, ‘NoStatus’.
-
#source_system ⇒ Enum
‘Azure_AuditD’, ‘NonAzure_AppLocker’, ‘NonAzure_AuditD’, ‘None’.
-
#type ⇒ String
Resource type.
- #vm_recommendations ⇒ Array<VmRecommendation>
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for AdaptiveApplicationControlGroup class as Ruby Hash.
Instance Attribute Details
#configuration_status ⇒ Enum
‘InProgress’, ‘Failed’, ‘NoStatus’
36 37 38 |
# File 'lib/2020-01-01/generated/azure_mgmt_security/models/adaptive_application_control_group.rb', line 36 def configuration_status @configuration_status end |
#enforcement_mode ⇒ Enum
Returns Possible values include: ‘Audit’, ‘Enforce’, ‘None’.
29 30 31 |
# File 'lib/2020-01-01/generated/azure_mgmt_security/models/adaptive_application_control_group.rb', line 29 def enforcement_mode @enforcement_mode end |
#id ⇒ String
Returns Resource Id.
17 18 19 |
# File 'lib/2020-01-01/generated/azure_mgmt_security/models/adaptive_application_control_group.rb', line 17 def id @id end |
#issues ⇒ Array<AdaptiveApplicationControlIssueSummary>
43 44 45 |
# File 'lib/2020-01-01/generated/azure_mgmt_security/models/adaptive_application_control_group.rb', line 43 def issues @issues end |
#location ⇒ String
Returns Location where the resource is stored.
26 27 28 |
# File 'lib/2020-01-01/generated/azure_mgmt_security/models/adaptive_application_control_group.rb', line 26 def location @location end |
#name ⇒ String
Returns Resource name.
20 21 22 |
# File 'lib/2020-01-01/generated/azure_mgmt_security/models/adaptive_application_control_group.rb', line 20 def name @name end |
#path_recommendations ⇒ Array<PathRecommendation>
53 54 55 |
# File 'lib/2020-01-01/generated/azure_mgmt_security/models/adaptive_application_control_group.rb', line 53 def path_recommendations @path_recommendations end |
#protection_mode ⇒ ProtectionMode
32 33 34 |
# File 'lib/2020-01-01/generated/azure_mgmt_security/models/adaptive_application_control_group.rb', line 32 def protection_mode @protection_mode end |
#recommendation_status ⇒ Enum
‘NotRecommended’, ‘NotAvailable’, ‘NoStatus’
40 41 42 |
# File 'lib/2020-01-01/generated/azure_mgmt_security/models/adaptive_application_control_group.rb', line 40 def recommendation_status @recommendation_status end |
#source_system ⇒ Enum
‘Azure_AuditD’, ‘NonAzure_AppLocker’, ‘NonAzure_AuditD’, ‘None’
47 48 49 |
# File 'lib/2020-01-01/generated/azure_mgmt_security/models/adaptive_application_control_group.rb', line 47 def source_system @source_system end |
#type ⇒ String
Returns Resource type.
23 24 25 |
# File 'lib/2020-01-01/generated/azure_mgmt_security/models/adaptive_application_control_group.rb', line 23 def type @type end |
#vm_recommendations ⇒ Array<VmRecommendation>
50 51 52 |
# File 'lib/2020-01-01/generated/azure_mgmt_security/models/adaptive_application_control_group.rb', line 50 def vm_recommendations @vm_recommendations end |
Class Method Details
.mapper ⇒ Object
Mapper for AdaptiveApplicationControlGroup class as Ruby Hash. This will be used for serialization/deserialization.
60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 |
# File 'lib/2020-01-01/generated/azure_mgmt_security/models/adaptive_application_control_group.rb', line 60 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'AdaptiveApplicationControlGroup', type: { name: 'Composite', class_name: 'AdaptiveApplicationControlGroup', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, location: { client_side_validation: true, required: false, read_only: true, serialized_name: 'location', type: { name: 'String' } }, enforcement_mode: { client_side_validation: true, required: false, serialized_name: 'properties.enforcementMode', type: { name: 'String' } }, protection_mode: { client_side_validation: true, required: false, serialized_name: 'properties.protectionMode', type: { name: 'Composite', class_name: 'ProtectionMode' } }, configuration_status: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.configurationStatus', type: { name: 'String' } }, recommendation_status: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.recommendationStatus', type: { name: 'String' } }, issues: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.issues', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'AdaptiveApplicationControlIssueSummaryElementType', type: { name: 'Composite', class_name: 'AdaptiveApplicationControlIssueSummary' } } } }, source_system: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.sourceSystem', type: { name: 'String' } }, vm_recommendations: { client_side_validation: true, required: false, serialized_name: 'properties.vmRecommendations', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'VmRecommendationElementType', type: { name: 'Composite', class_name: 'VmRecommendation' } } } }, path_recommendations: { client_side_validation: true, required: false, serialized_name: 'properties.pathRecommendations', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'PathRecommendationElementType', type: { name: 'Composite', class_name: 'PathRecommendation' } } } } } } } end |