Share via


PSSecurityAutomation.Scopes Property

Definition

Gets or sets a collection of scopes on which the security automations logic is applied. Supported scopes are the subscription itself or a resource group under that subscription. The automation will only apply on defined scopes.

public System.Collections.Generic.IList<Microsoft.Azure.Commands.Security.Models.Automations.PSSecurityAutomationScope> Scopes { get; set; }
member this.Scopes : System.Collections.Generic.IList<Microsoft.Azure.Commands.Security.Models.Automations.PSSecurityAutomationScope> with get, set
Public Property Scopes As IList(Of PSSecurityAutomationScope)

Property Value

Applies to