@pulumi/azure-native 2.26.0 → 2.26.1-alpha.1706107653

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/types/output.d.ts CHANGED
@@ -594069,6 +594069,27 @@ export declare namespace security {
594069
594069
  */
594070
594070
  ports: outputs.security.JitNetworkAccessRequestPortResponse[];
594071
594071
  }
594072
+ /**
594073
+ * Properties of Malware Scanning.
594074
+ */
594075
+ interface MalwareScanningPropertiesResponse {
594076
+ /**
594077
+ * Defines the max GB to be scanned per Month. Set to -1 if no capping is needed.
594078
+ */
594079
+ capGBPerMonth?: number;
594080
+ /**
594081
+ * Indicates whether On Upload malware scanning should be enabled.
594082
+ */
594083
+ isEnabled?: boolean;
594084
+ /**
594085
+ * Upon failure or partial success. Additional data describing Malware Scanning enable/disable operation.
594086
+ */
594087
+ operationStatus: outputs.security.OperationStatusResponse;
594088
+ /**
594089
+ * Optional. Resource id of an Event Grid Topic to send scan results to.
594090
+ */
594091
+ scanResultsEventGridTopicResourceId?: string;
594092
+ }
594072
594093
  /**
594073
594094
  * Details of the On Premise resource that was assessed
594074
594095
  */
@@ -594388,6 +594409,19 @@ export declare namespace security {
594388
594409
  */
594389
594410
  state?: string;
594390
594411
  }
594412
+ /**
594413
+ * Properties of Sensitive Data Discovery.
594414
+ */
594415
+ interface SensitiveDataDiscoveryPropertiesResponse {
594416
+ /**
594417
+ * Indicates whether Sensitive Data Discovery should be enabled.
594418
+ */
594419
+ isEnabled?: boolean;
594420
+ /**
594421
+ * Upon failure or partial success. Additional data describing Sensitive Data Discovery enable/disable operation.
594422
+ */
594423
+ operationStatus: outputs.security.OperationStatusResponse;
594424
+ }
594391
594425
  /**
594392
594426
  * Details of the service principal.
594393
594427
  */
@@ -596109,6 +596143,55 @@ export declare namespace security {
596109
596143
  justification: string;
596110
596144
  }
596111
596145
  }
596146
+ namespace v20221201preview {
596147
+ /**
596148
+ * Properties of Malware Scanning.
596149
+ */
596150
+ interface MalwareScanningPropertiesResponse {
596151
+ /**
596152
+ * Defines the max GB to be scanned per Month. Set to -1 if no capping is needed.
596153
+ */
596154
+ capGBPerMonth?: number;
596155
+ /**
596156
+ * Indicates whether On Upload malware scanning should be enabled.
596157
+ */
596158
+ isEnabled?: boolean;
596159
+ /**
596160
+ * Upon failure or partial success. Additional data describing Malware Scanning enable/disable operation.
596161
+ */
596162
+ operationStatus: outputs.security.v20221201preview.OperationStatusResponse;
596163
+ /**
596164
+ * Optional. Resource id of an Event Grid Topic to send scan results to.
596165
+ */
596166
+ scanResultsEventGridTopicResourceId?: string;
596167
+ }
596168
+ /**
596169
+ * A status describing the success/failure of the enablement/disablement operation.
596170
+ */
596171
+ interface OperationStatusResponse {
596172
+ /**
596173
+ * The operation status code.
596174
+ */
596175
+ code?: string;
596176
+ /**
596177
+ * Additional information regarding the success/failure of the operation.
596178
+ */
596179
+ message?: string;
596180
+ }
596181
+ /**
596182
+ * Properties of Sensitive Data Discovery.
596183
+ */
596184
+ interface SensitiveDataDiscoveryPropertiesResponse {
596185
+ /**
596186
+ * Indicates whether Sensitive Data Discovery should be enabled.
596187
+ */
596188
+ isEnabled?: boolean;
596189
+ /**
596190
+ * Upon failure or partial success. Additional data describing Sensitive Data Discovery enable/disable operation.
596191
+ */
596192
+ operationStatus: outputs.security.v20221201preview.OperationStatusResponse;
596193
+ }
596194
+ }
596112
596195
  namespace v20230101preview {
596113
596196
  /**
596114
596197
  * Identity for the resource.