This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.network.listActiveSecurityAdminRule
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Lists active security admin rules in a network manager. Azure REST API version: 2021-02-01-preview.
Using listActiveSecurityAdminRule
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 listActiveSecurityAdminRule(args: ListActiveSecurityAdminRuleArgs, opts?: InvokeOptions): Promise<ListActiveSecurityAdminRuleResult>
function listActiveSecurityAdminRuleOutput(args: ListActiveSecurityAdminRuleOutputArgs, opts?: InvokeOptions): Output<ListActiveSecurityAdminRuleResult>def list_active_security_admin_rule(network_manager_name: Optional[str] = None,
                                    regions: Optional[Sequence[str]] = None,
                                    resource_group_name: Optional[str] = None,
                                    skip_token: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> ListActiveSecurityAdminRuleResult
def list_active_security_admin_rule_output(network_manager_name: Optional[pulumi.Input[str]] = None,
                                    regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                    resource_group_name: Optional[pulumi.Input[str]] = None,
                                    skip_token: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[ListActiveSecurityAdminRuleResult]func ListActiveSecurityAdminRule(ctx *Context, args *ListActiveSecurityAdminRuleArgs, opts ...InvokeOption) (*ListActiveSecurityAdminRuleResult, error)
func ListActiveSecurityAdminRuleOutput(ctx *Context, args *ListActiveSecurityAdminRuleOutputArgs, opts ...InvokeOption) ListActiveSecurityAdminRuleResultOutput> Note: This function is named ListActiveSecurityAdminRule in the Go SDK.
public static class ListActiveSecurityAdminRule 
{
    public static Task<ListActiveSecurityAdminRuleResult> InvokeAsync(ListActiveSecurityAdminRuleArgs args, InvokeOptions? opts = null)
    public static Output<ListActiveSecurityAdminRuleResult> Invoke(ListActiveSecurityAdminRuleInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<ListActiveSecurityAdminRuleResult> listActiveSecurityAdminRule(ListActiveSecurityAdminRuleArgs args, InvokeOptions options)
public static Output<ListActiveSecurityAdminRuleResult> listActiveSecurityAdminRule(ListActiveSecurityAdminRuleArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:network:listActiveSecurityAdminRule
  arguments:
    # arguments dictionaryThe following arguments are supported:
- NetworkManager stringName 
- The name of the network manager.
- ResourceGroup stringName 
- The name of the resource group.
- Regions List<string>
- List of regions.
- SkipToken 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.
- NetworkManager stringName 
- The name of the network manager.
- ResourceGroup stringName 
- The name of the resource group.
- Regions []string
- List of regions.
- SkipToken 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.
- networkManager StringName 
- The name of the network manager.
- resourceGroup StringName 
- The name of the resource group.
- regions List<String>
- List of regions.
- skipToken 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.
- networkManager stringName 
- The name of the network manager.
- resourceGroup stringName 
- The name of the resource group.
- regions string[]
- List of regions.
- skipToken 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.
- network_manager_ strname 
- The name of the network manager.
- resource_group_ strname 
- The name of the resource group.
- regions Sequence[str]
- List of regions.
- 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.
- networkManager StringName 
- The name of the network manager.
- resourceGroup StringName 
- The name of the resource group.
- regions List<String>
- List of regions.
- skipToken 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.
listActiveSecurityAdminRule Result
The following output properties are available:
- SkipToken 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. Active Default Security Admin Rule Response, Pulumi. Azure Native. Network. Outputs. Active Security Admin Rule Response>> 
- Gets a page of active security admin rules.
- skipToken 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<ActiveDefault Security Admin Rule Response,Active Security Admin Rule Response>> 
- Gets a page of active security admin rules.
- skipToken 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
(ActiveDefault Security Admin Rule Response | Active Security Admin Rule Response)[] 
- Gets a page of active security admin rules.
- 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 active security admin rules.
Supporting Types
ActiveDefaultSecurityAdminRuleResponse     
- Access string
- Indicates the access allowed for this particular rule
- Description string
- A description for this rule. Restricted to 140 chars.
- DestinationPort 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.
- ProvisioningState string
- The provisioning state of the resource.
- ResourceGuid string
- Unique identifier for this resource.
- SourcePort List<string>Ranges 
- The source port ranges.
- Sources
List<Pulumi.Azure Native. Network. Inputs. Address Prefix Item Response> 
- The CIDR or source IP ranges.
- CommitTime string
- Deployment time string.
- ConfigurationDescription string
- A description of the security admin configuration.
- ConfigurationDisplay stringName 
- A display name of the security admin configuration.
- DisplayName string
- A friendly name for the rule.
- Flag string
- Default rule flag.
- Id string
- Resource ID.
- Region string
- Deployment region.
- RuleCollection List<Pulumi.Applies To Groups Azure Native. Network. Inputs. Network Manager Security Group Item Response> 
- Groups for rule collection
- RuleCollection stringDescription 
- A description of the rule collection.
- RuleCollection stringDisplay Name 
- A display name of the rule collection.
- RuleGroups List<Pulumi.Azure Native. Network. Inputs. Configuration Group 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.
- DestinationPort []stringRanges 
- The destination port ranges.
- Destinations
[]AddressPrefix 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.
- ProvisioningState string
- The provisioning state of the resource.
- ResourceGuid string
- Unique identifier for this resource.
- SourcePort []stringRanges 
- The source port ranges.
- Sources
[]AddressPrefix Item Response 
- The CIDR or source IP ranges.
- CommitTime string
- Deployment time string.
- ConfigurationDescription string
- A description of the security admin configuration.
- ConfigurationDisplay stringName 
- A display name of the security admin configuration.
- DisplayName string
- A friendly name for the rule.
- Flag string
- Default rule flag.
- Id string
- Resource ID.
- Region string
- Deployment region.
- RuleCollection []NetworkApplies To Groups Manager Security Group Item Response 
- Groups for rule collection
- RuleCollection stringDescription 
- A description of the rule collection.
- RuleCollection stringDisplay Name 
- A display name of the rule collection.
- RuleGroups []ConfigurationGroup 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.
- destinationPort List<String>Ranges 
- The destination port ranges.
- destinations
List<AddressPrefix 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.
- provisioningState String
- The provisioning state of the resource.
- resourceGuid String
- Unique identifier for this resource.
- sourcePort List<String>Ranges 
- The source port ranges.
- sources
List<AddressPrefix Item Response> 
- The CIDR or source IP ranges.
- commitTime String
- Deployment time string.
- configurationDescription String
- A description of the security admin configuration.
- configurationDisplay StringName 
- A display name of the security admin configuration.
- displayName String
- A friendly name for the rule.
- flag String
- Default rule flag.
- id String
- Resource ID.
- region String
- Deployment region.
- ruleCollection List<NetworkApplies To Groups Manager Security Group Item Response> 
- Groups for rule collection
- ruleCollection StringDescription 
- A description of the rule collection.
- ruleCollection StringDisplay Name 
- A display name of the rule collection.
- ruleGroups List<ConfigurationGroup 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.
- destinationPort string[]Ranges 
- The destination port ranges.
- destinations
AddressPrefix 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.
- provisioningState string
- The provisioning state of the resource.
- resourceGuid string
- Unique identifier for this resource.
- sourcePort string[]Ranges 
- The source port ranges.
- sources
AddressPrefix Item Response[] 
- The CIDR or source IP ranges.
- commitTime string
- Deployment time string.
- configurationDescription string
- A description of the security admin configuration.
- configurationDisplay stringName 
- A display name of the security admin configuration.
- displayName string
- A friendly name for the rule.
- flag string
- Default rule flag.
- id string
- Resource ID.
- region string
- Deployment region.
- ruleCollection NetworkApplies To Groups Manager Security Group Item Response[] 
- Groups for rule collection
- ruleCollection stringDescription 
- A description of the rule collection.
- ruleCollection stringDisplay Name 
- A display name of the rule collection.
- ruleGroups ConfigurationGroup 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[AddressPrefix 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[AddressPrefix Item Response] 
- The CIDR or source IP ranges.
- commit_time str
- Deployment time string.
- configuration_description str
- A description of the security admin configuration.
- configuration_display_ strname 
- A display name of the security admin configuration.
- display_name str
- A friendly name for the rule.
- flag str
- Default rule flag.
- id str
- Resource ID.
- region str
- Deployment region.
- 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_collection_ strdisplay_ name 
- A display name of the rule collection.
- rule_groups Sequence[ConfigurationGroup 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.
- destinationPort 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.
- provisioningState String
- The provisioning state of the resource.
- resourceGuid String
- Unique identifier for this resource.
- sourcePort List<String>Ranges 
- The source port ranges.
- sources List<Property Map>
- The CIDR or source IP ranges.
- commitTime String
- Deployment time string.
- configurationDescription String
- A description of the security admin configuration.
- configurationDisplay StringName 
- A display name of the security admin configuration.
- displayName String
- A friendly name for the rule.
- flag String
- Default rule flag.
- id String
- Resource ID.
- region String
- Deployment region.
- ruleCollection List<Property Map>Applies To Groups 
- Groups for rule collection
- ruleCollection StringDescription 
- A description of the rule collection.
- ruleCollection StringDisplay Name 
- A display name of the rule collection.
- ruleGroups List<Property Map>
- Effective configuration groups.
ActiveSecurityAdminRuleResponse    
- 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.
- ProvisioningState string
- The provisioning state of the resource.
- ResourceGuid string
- Unique identifier for this resource.
- CommitTime string
- Deployment time string.
- ConfigurationDescription string
- A description of the security admin configuration.
- ConfigurationDisplay stringName 
- A display name of the security admin configuration.
- Description string
- A description for this rule. Restricted to 140 chars.
- DestinationPort 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.
- DisplayName string
- A friendly name for the rule.
- Id string
- Resource ID.
- Region string
- Deployment region.
- RuleCollection List<Pulumi.Applies To Groups Azure Native. Network. Inputs. Network Manager Security Group Item Response> 
- Groups for rule collection
- RuleCollection stringDescription 
- A description of the rule collection.
- RuleCollection stringDisplay Name 
- A display name of the rule collection.
- RuleGroups List<Pulumi.Azure Native. Network. Inputs. Configuration Group Response> 
- Effective configuration groups.
- SourcePort 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.
- ProvisioningState string
- The provisioning state of the resource.
- ResourceGuid string
- Unique identifier for this resource.
- CommitTime string
- Deployment time string.
- ConfigurationDescription string
- A description of the security admin configuration.
- ConfigurationDisplay stringName 
- A display name of the security admin configuration.
- Description string
- A description for this rule. Restricted to 140 chars.
- DestinationPort []stringRanges 
- The destination port ranges.
- Destinations
[]AddressPrefix Item Response 
- The destination address prefixes. CIDR or destination IP ranges.
- DisplayName string
- A friendly name for the rule.
- Id string
- Resource ID.
- Region string
- Deployment region.
- RuleCollection []NetworkApplies To Groups Manager Security Group Item Response 
- Groups for rule collection
- RuleCollection stringDescription 
- A description of the rule collection.
- RuleCollection stringDisplay Name 
- A display name of the rule collection.
- RuleGroups []ConfigurationGroup Response 
- Effective configuration groups.
- SourcePort []stringRanges 
- The source port ranges.
- Sources
[]AddressPrefix 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 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.
- provisioningState String
- The provisioning state of the resource.
- resourceGuid String
- Unique identifier for this resource.
- commitTime String
- Deployment time string.
- configurationDescription String
- A description of the security admin configuration.
- configurationDisplay StringName 
- A display name of the security admin configuration.
- description String
- A description for this rule. Restricted to 140 chars.
- destinationPort List<String>Ranges 
- The destination port ranges.
- destinations
List<AddressPrefix Item Response> 
- The destination address prefixes. CIDR or destination IP ranges.
- displayName String
- A friendly name for the rule.
- id String
- Resource ID.
- region String
- Deployment region.
- ruleCollection List<NetworkApplies To Groups Manager Security Group Item Response> 
- Groups for rule collection
- ruleCollection StringDescription 
- A description of the rule collection.
- ruleCollection StringDisplay Name 
- A display name of the rule collection.
- ruleGroups List<ConfigurationGroup Response> 
- Effective configuration groups.
- sourcePort List<String>Ranges 
- The source port ranges.
- sources
List<AddressPrefix 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.
- provisioningState string
- The provisioning state of the resource.
- resourceGuid string
- Unique identifier for this resource.
- commitTime string
- Deployment time string.
- configurationDescription string
- A description of the security admin configuration.
- configurationDisplay stringName 
- A display name of the security admin configuration.
- description string
- A description for this rule. Restricted to 140 chars.
- destinationPort string[]Ranges 
- The destination port ranges.
- destinations
AddressPrefix Item Response[] 
- The destination address prefixes. CIDR or destination IP ranges.
- displayName string
- A friendly name for the rule.
- id string
- Resource ID.
- region string
- Deployment region.
- ruleCollection NetworkApplies To Groups Manager Security Group Item Response[] 
- Groups for rule collection
- ruleCollection stringDescription 
- A description of the rule collection.
- ruleCollection stringDisplay Name 
- A display name of the rule collection.
- ruleGroups ConfigurationGroup Response[] 
- Effective configuration groups.
- sourcePort string[]Ranges 
- The source port ranges.
- sources
AddressPrefix 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.
- commit_time str
- Deployment time string.
- configuration_description str
- A description of the security admin configuration.
- configuration_display_ strname 
- A display name 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[AddressPrefix Item Response] 
- The destination address prefixes. CIDR or destination IP ranges.
- display_name str
- A friendly name for the rule.
- id str
- Resource ID.
- region str
- Deployment region.
- 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_collection_ strdisplay_ name 
- A display name of the rule collection.
- rule_groups Sequence[ConfigurationGroup Response] 
- Effective configuration groups.
- source_port_ Sequence[str]ranges 
- The source port ranges.
- sources
Sequence[AddressPrefix 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.
- provisioningState String
- The provisioning state of the resource.
- resourceGuid String
- Unique identifier for this resource.
- commitTime String
- Deployment time string.
- configurationDescription String
- A description of the security admin configuration.
- configurationDisplay StringName 
- A display name of the security admin configuration.
- description String
- A description for this rule. Restricted to 140 chars.
- destinationPort List<String>Ranges 
- The destination port ranges.
- destinations List<Property Map>
- The destination address prefixes. CIDR or destination IP ranges.
- displayName String
- A friendly name for the rule.
- id String
- Resource ID.
- region String
- Deployment region.
- ruleCollection List<Property Map>Applies To Groups 
- Groups for rule collection
- ruleCollection StringDescription 
- A description of the rule collection.
- ruleCollection StringDisplay Name 
- A display name of the rule collection.
- ruleGroups List<Property Map>
- Effective configuration groups.
- sourcePort List<String>Ranges 
- The source port ranges.
- sources List<Property Map>
- The CIDR or source IP ranges.
AddressPrefixItemResponse   
- AddressPrefix string
- Address prefix.
- AddressPrefix stringType 
- Address prefix type.
- AddressPrefix string
- Address prefix.
- AddressPrefix stringType 
- Address prefix type.
- addressPrefix String
- Address prefix.
- addressPrefix StringType 
- Address prefix type.
- addressPrefix string
- Address prefix.
- addressPrefix stringType 
- Address prefix type.
- address_prefix str
- Address prefix.
- address_prefix_ strtype 
- Address prefix type.
- addressPrefix String
- Address prefix.
- addressPrefix StringType 
- Address prefix type.
ConfigurationGroupResponse  
- ProvisioningState string
- The provisioning state of the scope assignment resource.
- ResourceGuid string
- Unique identifier for this resource.
- ConditionalMembership string
- Network group conditional filter.
- Description string
- A description of the network group.
- DisplayName string
- A friendly name for the network group.
- GroupMembers List<Pulumi.Azure Native. Network. Inputs. Group Members Item Response> 
- Group members of network group.
- Id string
- Network group ID.
- MemberType string
- Group member type.
- ProvisioningState string
- The provisioning state of the scope assignment resource.
- ResourceGuid string
- Unique identifier for this resource.
- ConditionalMembership string
- Network group conditional filter.
- Description string
- A description of the network group.
- DisplayName string
- A friendly name for the network group.
- GroupMembers []GroupMembers Item Response 
- Group members of network group.
- Id string
- Network group ID.
- MemberType string
- Group member type.
- provisioningState String
- The provisioning state of the scope assignment resource.
- resourceGuid String
- Unique identifier for this resource.
- conditionalMembership String
- Network group conditional filter.
- description String
- A description of the network group.
- displayName String
- A friendly name for the network group.
- groupMembers List<GroupMembers Item Response> 
- Group members of network group.
- id String
- Network group ID.
- memberType String
- Group member type.
- provisioningState string
- The provisioning state of the scope assignment resource.
- resourceGuid string
- Unique identifier for this resource.
- conditionalMembership string
- Network group conditional filter.
- description string
- A description of the network group.
- displayName string
- A friendly name for the network group.
- groupMembers GroupMembers Item Response[] 
- Group members of network group.
- id string
- Network group ID.
- memberType string
- Group member type.
- provisioning_state str
- The provisioning state of the scope assignment resource.
- resource_guid str
- Unique identifier for this resource.
- conditional_membership str
- Network group conditional filter.
- description str
- A description of the network group.
- display_name str
- A friendly name for the network group.
- group_members Sequence[GroupMembers Item Response] 
- Group members of network group.
- id str
- Network group ID.
- member_type str
- Group member type.
- provisioningState String
- The provisioning state of the scope assignment resource.
- resourceGuid String
- Unique identifier for this resource.
- conditionalMembership String
- Network group conditional filter.
- description String
- A description of the network group.
- displayName String
- A friendly name for the network group.
- groupMembers List<Property Map>
- Group members of network group.
- id String
- Network group ID.
- memberType String
- Group member type.
GroupMembersItemResponse   
- ResourceId string
- Resource Id.
- ResourceId string
- Resource Id.
- resourceId String
- Resource Id.
- resourceId string
- Resource Id.
- resource_id str
- Resource Id.
- resourceId String
- Resource Id.
NetworkManagerSecurityGroupItemResponse     
- NetworkGroup stringId 
- Network manager group Id.
- NetworkGroup stringId 
- Network manager group Id.
- networkGroup StringId 
- Network manager group Id.
- networkGroup stringId 
- Network manager group Id.
- network_group_ strid 
- Network manager group Id.
- networkGroup StringId 
- Network manager group Id.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi