@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/input.d.ts CHANGED
@@ -418868,6 +418868,23 @@ export declare namespace security {
418868
418868
  */
418869
418869
  ports: pulumi.Input<pulumi.Input<inputs.security.JitNetworkAccessRequestPortArgs>[]>;
418870
418870
  }
418871
+ /**
418872
+ * Properties of Malware Scanning.
418873
+ */
418874
+ interface MalwareScanningPropertiesArgs {
418875
+ /**
418876
+ * Defines the max GB to be scanned per Month. Set to -1 if no capping is needed.
418877
+ */
418878
+ capGBPerMonth?: pulumi.Input<number>;
418879
+ /**
418880
+ * Indicates whether On Upload malware scanning should be enabled.
418881
+ */
418882
+ isEnabled?: pulumi.Input<boolean>;
418883
+ /**
418884
+ * Optional. Resource id of an Event Grid Topic to send scan results to.
418885
+ */
418886
+ scanResultsEventGridTopicResourceId?: pulumi.Input<string>;
418887
+ }
418871
418888
  /**
418872
418889
  * Details of the On Premise resource that was assessed
418873
418890
  */
@@ -419160,6 +419177,15 @@ export declare namespace security {
419160
419177
  */
419161
419178
  state?: pulumi.Input<string | enums.security.State>;
419162
419179
  }
419180
+ /**
419181
+ * Properties of Sensitive Data Discovery.
419182
+ */
419183
+ interface SensitiveDataDiscoveryPropertiesArgs {
419184
+ /**
419185
+ * Indicates whether Sensitive Data Discovery should be enabled.
419186
+ */
419187
+ isEnabled?: pulumi.Input<boolean>;
419188
+ }
419163
419189
  /**
419164
419190
  * Details of the service principal.
419165
419191
  */
@@ -420559,6 +420585,34 @@ export declare namespace security {
420559
420585
  justification: pulumi.Input<string>;
420560
420586
  }
420561
420587
  }
420588
+ namespace v20221201preview {
420589
+ /**
420590
+ * Properties of Malware Scanning.
420591
+ */
420592
+ interface MalwareScanningPropertiesArgs {
420593
+ /**
420594
+ * Defines the max GB to be scanned per Month. Set to -1 if no capping is needed.
420595
+ */
420596
+ capGBPerMonth?: pulumi.Input<number>;
420597
+ /**
420598
+ * Indicates whether On Upload malware scanning should be enabled.
420599
+ */
420600
+ isEnabled?: pulumi.Input<boolean>;
420601
+ /**
420602
+ * Optional. Resource id of an Event Grid Topic to send scan results to.
420603
+ */
420604
+ scanResultsEventGridTopicResourceId?: pulumi.Input<string>;
420605
+ }
420606
+ /**
420607
+ * Properties of Sensitive Data Discovery.
420608
+ */
420609
+ interface SensitiveDataDiscoveryPropertiesArgs {
420610
+ /**
420611
+ * Indicates whether Sensitive Data Discovery should be enabled.
420612
+ */
420613
+ isEnabled?: pulumi.Input<boolean>;
420614
+ }
420615
+ }
420562
420616
  namespace v20230101preview {
420563
420617
  }
420564
420618
  namespace v20230201preview {