published on Thursday, Aug 13, 2026 by Pulumi
published on Thursday, Aug 13, 2026 by Pulumi
List all effective security admin rules applied on a virtual network.
Uses Azure REST API version 2024-05-01.
Other available API versions: 2022-01-01, 2022-02-01-preview, 2022-04-01-preview, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01, 2024-10-01, 2025-01-01, 2025-03-01, 2025-05-01, 2025-07-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native network [ApiVersion]. See the version guide for details.
Using listNetworkManagerEffectiveSecurityAdminRules
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function listNetworkManagerEffectiveSecurityAdminRules(args: ListNetworkManagerEffectiveSecurityAdminRulesArgs, opts?: InvokeOptions): Promise<ListNetworkManagerEffectiveSecurityAdminRulesResult>
function listNetworkManagerEffectiveSecurityAdminRulesOutput(args: ListNetworkManagerEffectiveSecurityAdminRulesOutputArgs, opts?: InvokeOutputOptions): Output<ListNetworkManagerEffectiveSecurityAdminRulesResult>def list_network_manager_effective_security_admin_rules(resource_group_name: Optional[str] = None,
skip_token: Optional[str] = None,
top: Optional[int] = None,
virtual_network_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListNetworkManagerEffectiveSecurityAdminRulesResult
def list_network_manager_effective_security_admin_rules_output(resource_group_name: pulumi.Input[Optional[str]] = None,
skip_token: pulumi.Input[Optional[str]] = None,
top: pulumi.Input[Optional[int]] = None,
virtual_network_name: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[ListNetworkManagerEffectiveSecurityAdminRulesResult]func ListNetworkManagerEffectiveSecurityAdminRules(ctx *Context, args *ListNetworkManagerEffectiveSecurityAdminRulesArgs, opts ...InvokeOption) (*ListNetworkManagerEffectiveSecurityAdminRulesResult, error)
func ListNetworkManagerEffectiveSecurityAdminRulesOutput(ctx *Context, args *ListNetworkManagerEffectiveSecurityAdminRulesOutputArgs, opts ...InvokeOption) ListNetworkManagerEffectiveSecurityAdminRulesResultOutput> Note: This function is named ListNetworkManagerEffectiveSecurityAdminRules in the Go SDK.
public static class ListNetworkManagerEffectiveSecurityAdminRules
{
public static Task<ListNetworkManagerEffectiveSecurityAdminRulesResult> InvokeAsync(ListNetworkManagerEffectiveSecurityAdminRulesArgs args, InvokeOptions? opts = null)
public static Output<ListNetworkManagerEffectiveSecurityAdminRulesResult> Invoke(ListNetworkManagerEffectiveSecurityAdminRulesInvokeArgs args, InvokeOptions? opts = null)
public static Output<ListNetworkManagerEffectiveSecurityAdminRulesResult> Invoke(ListNetworkManagerEffectiveSecurityAdminRulesInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<ListNetworkManagerEffectiveSecurityAdminRulesResult> listNetworkManagerEffectiveSecurityAdminRules(ListNetworkManagerEffectiveSecurityAdminRulesArgs args, InvokeOptions options)
public static Output<ListNetworkManagerEffectiveSecurityAdminRulesResult> listNetworkManagerEffectiveSecurityAdminRules(ListNetworkManagerEffectiveSecurityAdminRulesArgs args, InvokeOptions options)
public static Output<ListNetworkManagerEffectiveSecurityAdminRulesResult> listNetworkManagerEffectiveSecurityAdminRules(ListNetworkManagerEffectiveSecurityAdminRulesArgs args, InvokeOutputOptions options)
fn::invoke:
function: azure-native:network:listNetworkManagerEffectiveSecurityAdminRules
arguments:
# arguments dictionarydata "azure-native_network_list_network_manager_effective_security_admin_rules" "name" {
# arguments
}The following arguments are supported:
- Resource
Group stringName - The name of the resource group.
- Virtual
Network stringName - The name of the virtual network.
- Skip
Token string - When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.
- Top int
- An optional query parameter which specifies the maximum number of records to be returned by the server.
- Resource
Group stringName - The name of the resource group.
- Virtual
Network stringName - The name of the virtual network.
- Skip
Token string - When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.
- Top int
- An optional query parameter which specifies the maximum number of records to be returned by the server.
- resource_
group_ stringname - The name of the resource group.
- virtual_
network_ stringname - The name of the virtual network.
- skip_
token string - When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.
- top number
- An optional query parameter which specifies the maximum number of records to be returned by the server.
- resource
Group StringName - The name of the resource group.
- virtual
Network StringName - The name of the virtual network.
- skip
Token String - When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.
- top Integer
- An optional query parameter which specifies the maximum number of records to be returned by the server.
- resource
Group stringName - The name of the resource group.
- virtual
Network stringName - The name of the virtual network.
- skip
Token string - When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.
- top number
- An optional query parameter which specifies the maximum number of records to be returned by the server.
- resource_
group_ strname - The name of the resource group.
- virtual_
network_ strname - The name of the virtual network.
- skip_
token str - When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.
- top int
- An optional query parameter which specifies the maximum number of records to be returned by the server.
- resource
Group StringName - The name of the resource group.
- virtual
Network StringName - The name of the virtual network.
- skip
Token String - When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.
- top Number
- An optional query parameter which specifies the maximum number of records to be returned by the server.
listNetworkManagerEffectiveSecurityAdminRules Result
The following output properties are available:
- Skip
Token string - When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.
- Value
List<Union<Pulumi.
Azure Native. Network. Outputs. Effective Default Security Admin Rulelist Network Manager Effective Security Admin Rules Response, Pulumi. Azure Native. Network. Outputs. Effective Security Admin Rulelist Network Manager Effective Security Admin Rules Response>> - Gets a page of NetworkManagerEffectiveSecurityAdminRules
- skip_
token string - When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.
- value list(object | object)
- Gets a page of NetworkManagerEffectiveSecurityAdminRules
- skip
Token String - When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.
- value
List<Either<Effective
Default Security Admin Rulelist Network Manager Effective Security Admin Rules Response,Effective Security Admin Rulelist Network Manager Effective Security Admin Rules Response>> - Gets a page of NetworkManagerEffectiveSecurityAdminRules
- skip
Token string - When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.
- value
(Effective
Default Security Admin Rulelist Network Manager Effective Security Admin Rules Response | Effective Security Admin Rulelist Network Manager Effective Security Admin Rules Response)[] - Gets a page of NetworkManagerEffectiveSecurityAdminRules
- skip_
token str - When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.
- value Sequence[Any]
- Gets a page of NetworkManagerEffectiveSecurityAdminRules
Supporting Types
AddressPrefixItemResponse
- Address
Prefix string - Address prefix.
- Address
Prefix stringType - Address prefix type.
- Address
Prefix string - Address prefix.
- Address
Prefix stringType - Address prefix type.
- address_
prefix string - Address prefix.
- address_
prefix_ stringtype - Address prefix type.
- address
Prefix String - Address prefix.
- address
Prefix StringType - Address prefix type.
- address
Prefix string - Address prefix.
- address
Prefix stringType - Address prefix type.
- address_
prefix str - Address prefix.
- address_
prefix_ strtype - Address prefix type.
- address
Prefix String - Address prefix.
- address
Prefix StringType - Address prefix type.
ConfigurationGrouplistNetworkManagerEffectiveSecurityAdminRulesResponse
- Provisioning
State string - The provisioning state of the scope assignment resource.
- Resource
Guid string - Unique identifier for this resource.
- Description string
- A description of the network group.
- Id string
- Network group ID.
- Member
Type string - The type of the group member.
- Provisioning
State string - The provisioning state of the scope assignment resource.
- Resource
Guid string - Unique identifier for this resource.
- Description string
- A description of the network group.
- Id string
- Network group ID.
- Member
Type string - The type of the group member.
- provisioning_
state string - The provisioning state of the scope assignment resource.
- resource_
guid string - Unique identifier for this resource.
- description string
- A description of the network group.
- id string
- Network group ID.
- member_
type string - The type of the group member.
- provisioning
State String - The provisioning state of the scope assignment resource.
- resource
Guid String - Unique identifier for this resource.
- description String
- A description of the network group.
- id String
- Network group ID.
- member
Type String - The type of the group member.
- provisioning
State string - The provisioning state of the scope assignment resource.
- resource
Guid string - Unique identifier for this resource.
- description string
- A description of the network group.
- id string
- Network group ID.
- member
Type string - The type of the group member.
- provisioning_
state str - The provisioning state of the scope assignment resource.
- resource_
guid str - Unique identifier for this resource.
- description str
- A description of the network group.
- id str
- Network group ID.
- member_
type str - The type of the group member.
- provisioning
State String - The provisioning state of the scope assignment resource.
- resource
Guid String - Unique identifier for this resource.
- description String
- A description of the network group.
- id String
- Network group ID.
- member
Type String - The type of the group member.
EffectiveDefaultSecurityAdminRulelistNetworkManagerEffectiveSecurityAdminRulesResponse
- Access string
- Indicates the access allowed for this particular rule
- Description string
- A description for this rule. Restricted to 140 chars.
- Destination
Port List<string>Ranges - The destination port ranges.
- Destinations
List<Pulumi.
Azure Native. Network. Inputs. Address Prefix Item Response> - The destination address prefixes. CIDR or destination IP ranges.
- Direction string
- Indicates if the traffic matched against the rule in inbound or outbound.
- Priority int
- The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
- Protocol string
- Network protocol this rule applies to.
- Provisioning
State string - The provisioning state of the resource.
- Resource
Guid string - Unique identifier for this resource.
- Source
Port List<string>Ranges - The source port ranges.
- Sources
List<Pulumi.
Azure Native. Network. Inputs. Address Prefix Item Response> - The CIDR or source IP ranges.
- Configuration
Description string - A description of the security admin configuration.
- Flag string
- Default rule flag.
- Id string
- Resource ID.
- Rule
Collection List<Pulumi.Applies To Groups Azure Native. Network. Inputs. Network Manager Security Group Item Response> - Groups for rule collection
- Rule
Collection stringDescription - A description of the rule collection.
- Rule
Groups List<Pulumi.Azure Native. Network. Inputs. Configuration Grouplist Network Manager Effective Security Admin Rules Response> - Effective configuration groups.
- Access string
- Indicates the access allowed for this particular rule
- Description string
- A description for this rule. Restricted to 140 chars.
- Destination
Port []stringRanges - The destination port ranges.
- Destinations
[]Address
Prefix Item Response - The destination address prefixes. CIDR or destination IP ranges.
- Direction string
- Indicates if the traffic matched against the rule in inbound or outbound.
- Priority int
- The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
- Protocol string
- Network protocol this rule applies to.
- Provisioning
State string - The provisioning state of the resource.
- Resource
Guid string - Unique identifier for this resource.
- Source
Port []stringRanges - The source port ranges.
- Sources
[]Address
Prefix Item Response - The CIDR or source IP ranges.
- Configuration
Description string - A description of the security admin configuration.
- Flag string
- Default rule flag.
- Id string
- Resource ID.
- Rule
Collection []NetworkApplies To Groups Manager Security Group Item Response - Groups for rule collection
- Rule
Collection stringDescription - A description of the rule collection.
- Rule
Groups []ConfigurationGrouplist Network Manager Effective Security Admin Rules Response - Effective configuration groups.
- access string
- Indicates the access allowed for this particular rule
- description string
- A description for this rule. Restricted to 140 chars.
- destination_
port_ list(string)ranges - The destination port ranges.
- destinations list(object)
- The destination address prefixes. CIDR or destination IP ranges.
- direction string
- Indicates if the traffic matched against the rule in inbound or outbound.
- priority number
- The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
- protocol string
- Network protocol this rule applies to.
- provisioning_
state string - The provisioning state of the resource.
- resource_
guid string - Unique identifier for this resource.
- source_
port_ list(string)ranges - The source port ranges.
- sources list(object)
- The CIDR or source IP ranges.
- configuration_
description string - A description of the security admin configuration.
- flag string
- Default rule flag.
- id string
- Resource ID.
- rule_
collection_ list(object)applies_ to_ groups - Groups for rule collection
- rule_
collection_ stringdescription - A description of the rule collection.
- rule_
groups list(object) - Effective configuration groups.
- access String
- Indicates the access allowed for this particular rule
- description String
- A description for this rule. Restricted to 140 chars.
- destination
Port List<String>Ranges - The destination port ranges.
- destinations
List<Address
Prefix Item Response> - The destination address prefixes. CIDR or destination IP ranges.
- direction String
- Indicates if the traffic matched against the rule in inbound or outbound.
- priority Integer
- The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
- protocol String
- Network protocol this rule applies to.
- provisioning
State String - The provisioning state of the resource.
- resource
Guid String - Unique identifier for this resource.
- source
Port List<String>Ranges - The source port ranges.
- sources
List<Address
Prefix Item Response> - The CIDR or source IP ranges.
- configuration
Description String - A description of the security admin configuration.
- flag String
- Default rule flag.
- id String
- Resource ID.
- rule
Collection List<NetworkApplies To Groups Manager Security Group Item Response> - Groups for rule collection
- rule
Collection StringDescription - A description of the rule collection.
- rule
Groups List<ConfigurationGrouplist Network Manager Effective Security Admin Rules Response> - Effective configuration groups.
- access string
- Indicates the access allowed for this particular rule
- description string
- A description for this rule. Restricted to 140 chars.
- destination
Port string[]Ranges - The destination port ranges.
- destinations
Address
Prefix Item Response[] - The destination address prefixes. CIDR or destination IP ranges.
- direction string
- Indicates if the traffic matched against the rule in inbound or outbound.
- priority number
- The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
- protocol string
- Network protocol this rule applies to.
- provisioning
State string - The provisioning state of the resource.
- resource
Guid string - Unique identifier for this resource.
- source
Port string[]Ranges - The source port ranges.
- sources
Address
Prefix Item Response[] - The CIDR or source IP ranges.
- configuration
Description string - A description of the security admin configuration.
- flag string
- Default rule flag.
- id string
- Resource ID.
- rule
Collection NetworkApplies To Groups Manager Security Group Item Response[] - Groups for rule collection
- rule
Collection stringDescription - A description of the rule collection.
- rule
Groups ConfigurationGrouplist Network Manager Effective Security Admin Rules Response[] - Effective configuration groups.
- access str
- Indicates the access allowed for this particular rule
- description str
- A description for this rule. Restricted to 140 chars.
- destination_
port_ Sequence[str]ranges - The destination port ranges.
- destinations
Sequence[Address
Prefix Item Response] - The destination address prefixes. CIDR or destination IP ranges.
- direction str
- Indicates if the traffic matched against the rule in inbound or outbound.
- priority int
- The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
- protocol str
- Network protocol this rule applies to.
- provisioning_
state str - The provisioning state of the resource.
- resource_
guid str - Unique identifier for this resource.
- source_
port_ Sequence[str]ranges - The source port ranges.
- sources
Sequence[Address
Prefix Item Response] - The CIDR or source IP ranges.
- configuration_
description str - A description of the security admin configuration.
- flag str
- Default rule flag.
- id str
- Resource ID.
- rule_
collection_ Sequence[Networkapplies_ to_ groups Manager Security Group Item Response] - Groups for rule collection
- rule_
collection_ strdescription - A description of the rule collection.
- rule_
groups Sequence[ConfigurationGrouplist Network Manager Effective Security Admin Rules Response] - Effective configuration groups.
- access String
- Indicates the access allowed for this particular rule
- description String
- A description for this rule. Restricted to 140 chars.
- destination
Port List<String>Ranges - The destination port ranges.
- destinations List<Property Map>
- The destination address prefixes. CIDR or destination IP ranges.
- direction String
- Indicates if the traffic matched against the rule in inbound or outbound.
- priority Number
- The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
- protocol String
- Network protocol this rule applies to.
- provisioning
State String - The provisioning state of the resource.
- resource
Guid String - Unique identifier for this resource.
- source
Port List<String>Ranges - The source port ranges.
- sources List<Property Map>
- The CIDR or source IP ranges.
- configuration
Description String - A description of the security admin configuration.
- flag String
- Default rule flag.
- id String
- Resource ID.
- rule
Collection List<Property Map>Applies To Groups - Groups for rule collection
- rule
Collection StringDescription - A description of the rule collection.
- rule
Groups List<Property Map> - Effective configuration groups.
EffectiveSecurityAdminRulelistNetworkManagerEffectiveSecurityAdminRulesResponse
- Access string
- Indicates the access allowed for this particular rule
- Direction string
- Indicates if the traffic matched against the rule in inbound or outbound.
- Priority int
- The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
- Protocol string
- Network protocol this rule applies to.
- Provisioning
State string - The provisioning state of the resource.
- Resource
Guid string - Unique identifier for this resource.
- Configuration
Description string - A description of the security admin configuration.
- Description string
- A description for this rule. Restricted to 140 chars.
- Destination
Port List<string>Ranges - The destination port ranges.
- Destinations
List<Pulumi.
Azure Native. Network. Inputs. Address Prefix Item Response> - The destination address prefixes. CIDR or destination IP ranges.
- Id string
- Resource ID.
- Rule
Collection List<Pulumi.Applies To Groups Azure Native. Network. Inputs. Network Manager Security Group Item Response> - Groups for rule collection
- Rule
Collection stringDescription - A description of the rule collection.
- Rule
Groups List<Pulumi.Azure Native. Network. Inputs. Configuration Grouplist Network Manager Effective Security Admin Rules Response> - Effective configuration groups.
- Source
Port List<string>Ranges - The source port ranges.
- Sources
List<Pulumi.
Azure Native. Network. Inputs. Address Prefix Item Response> - The CIDR or source IP ranges.
- Access string
- Indicates the access allowed for this particular rule
- Direction string
- Indicates if the traffic matched against the rule in inbound or outbound.
- Priority int
- The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
- Protocol string
- Network protocol this rule applies to.
- Provisioning
State string - The provisioning state of the resource.
- Resource
Guid string - Unique identifier for this resource.
- Configuration
Description string - A description of the security admin configuration.
- Description string
- A description for this rule. Restricted to 140 chars.
- Destination
Port []stringRanges - The destination port ranges.
- Destinations
[]Address
Prefix Item Response - The destination address prefixes. CIDR or destination IP ranges.
- Id string
- Resource ID.
- Rule
Collection []NetworkApplies To Groups Manager Security Group Item Response - Groups for rule collection
- Rule
Collection stringDescription - A description of the rule collection.
- Rule
Groups []ConfigurationGrouplist Network Manager Effective Security Admin Rules Response - Effective configuration groups.
- Source
Port []stringRanges - The source port ranges.
- Sources
[]Address
Prefix Item Response - The CIDR or source IP ranges.
- access string
- Indicates the access allowed for this particular rule
- direction string
- Indicates if the traffic matched against the rule in inbound or outbound.
- priority number
- The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
- protocol string
- Network protocol this rule applies to.
- provisioning_
state string - The provisioning state of the resource.
- resource_
guid string - Unique identifier for this resource.
- configuration_
description string - A description of the security admin configuration.
- description string
- A description for this rule. Restricted to 140 chars.
- destination_
port_ list(string)ranges - The destination port ranges.
- destinations list(object)
- The destination address prefixes. CIDR or destination IP ranges.
- id string
- Resource ID.
- rule_
collection_ list(object)applies_ to_ groups - Groups for rule collection
- rule_
collection_ stringdescription - A description of the rule collection.
- rule_
groups list(object) - Effective configuration groups.
- source_
port_ list(string)ranges - The source port ranges.
- sources list(object)
- The CIDR or source IP ranges.
- access String
- Indicates the access allowed for this particular rule
- direction String
- Indicates if the traffic matched against the rule in inbound or outbound.
- priority Integer
- The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
- protocol String
- Network protocol this rule applies to.
- provisioning
State String - The provisioning state of the resource.
- resource
Guid String - Unique identifier for this resource.
- configuration
Description String - A description of the security admin configuration.
- description String
- A description for this rule. Restricted to 140 chars.
- destination
Port List<String>Ranges - The destination port ranges.
- destinations
List<Address
Prefix Item Response> - The destination address prefixes. CIDR or destination IP ranges.
- id String
- Resource ID.
- rule
Collection List<NetworkApplies To Groups Manager Security Group Item Response> - Groups for rule collection
- rule
Collection StringDescription - A description of the rule collection.
- rule
Groups List<ConfigurationGrouplist Network Manager Effective Security Admin Rules Response> - Effective configuration groups.
- source
Port List<String>Ranges - The source port ranges.
- sources
List<Address
Prefix Item Response> - The CIDR or source IP ranges.
- access string
- Indicates the access allowed for this particular rule
- direction string
- Indicates if the traffic matched against the rule in inbound or outbound.
- priority number
- The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
- protocol string
- Network protocol this rule applies to.
- provisioning
State string - The provisioning state of the resource.
- resource
Guid string - Unique identifier for this resource.
- configuration
Description string - A description of the security admin configuration.
- description string
- A description for this rule. Restricted to 140 chars.
- destination
Port string[]Ranges - The destination port ranges.
- destinations
Address
Prefix Item Response[] - The destination address prefixes. CIDR or destination IP ranges.
- id string
- Resource ID.
- rule
Collection NetworkApplies To Groups Manager Security Group Item Response[] - Groups for rule collection
- rule
Collection stringDescription - A description of the rule collection.
- rule
Groups ConfigurationGrouplist Network Manager Effective Security Admin Rules Response[] - Effective configuration groups.
- source
Port string[]Ranges - The source port ranges.
- sources
Address
Prefix Item Response[] - The CIDR or source IP ranges.
- access str
- Indicates the access allowed for this particular rule
- direction str
- Indicates if the traffic matched against the rule in inbound or outbound.
- priority int
- The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
- protocol str
- Network protocol this rule applies to.
- provisioning_
state str - The provisioning state of the resource.
- resource_
guid str - Unique identifier for this resource.
- configuration_
description str - A description of the security admin configuration.
- description str
- A description for this rule. Restricted to 140 chars.
- destination_
port_ Sequence[str]ranges - The destination port ranges.
- destinations
Sequence[Address
Prefix Item Response] - The destination address prefixes. CIDR or destination IP ranges.
- id str
- Resource ID.
- rule_
collection_ Sequence[Networkapplies_ to_ groups Manager Security Group Item Response] - Groups for rule collection
- rule_
collection_ strdescription - A description of the rule collection.
- rule_
groups Sequence[ConfigurationGrouplist Network Manager Effective Security Admin Rules Response] - Effective configuration groups.
- source_
port_ Sequence[str]ranges - The source port ranges.
- sources
Sequence[Address
Prefix Item Response] - The CIDR or source IP ranges.
- access String
- Indicates the access allowed for this particular rule
- direction String
- Indicates if the traffic matched against the rule in inbound or outbound.
- priority Number
- The priority of the rule. The value can be between 1 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
- protocol String
- Network protocol this rule applies to.
- provisioning
State String - The provisioning state of the resource.
- resource
Guid String - Unique identifier for this resource.
- configuration
Description String - A description of the security admin configuration.
- description String
- A description for this rule. Restricted to 140 chars.
- destination
Port List<String>Ranges - The destination port ranges.
- destinations List<Property Map>
- The destination address prefixes. CIDR or destination IP ranges.
- id String
- Resource ID.
- rule
Collection List<Property Map>Applies To Groups - Groups for rule collection
- rule
Collection StringDescription - A description of the rule collection.
- rule
Groups List<Property Map> - Effective configuration groups.
- source
Port List<String>Ranges - The source port ranges.
- sources List<Property Map>
- The CIDR or source IP ranges.
NetworkManagerSecurityGroupItemResponse
- Network
Group stringId - Network manager group Id.
- Network
Group stringId - Network manager group Id.
- network_
group_ stringid - Network manager group Id.
- network
Group StringId - Network manager group Id.
- network
Group stringId - Network manager group Id.
- network_
group_ strid - Network manager group Id.
- network
Group StringId - Network manager group Id.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
published on Thursday, Aug 13, 2026 by Pulumi