panos 2.0.0 published on Tuesday, Apr 15, 2025 by paloaltonetworks
panos.getApplicationGroup
Explore with Pulumi AI
panos 2.0.0 published on Tuesday, Apr 15, 2025 by paloaltonetworks
Using getApplicationGroup
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 getApplicationGroup(args: GetApplicationGroupArgs, opts?: InvokeOptions): Promise<GetApplicationGroupResult>
function getApplicationGroupOutput(args: GetApplicationGroupOutputArgs, opts?: InvokeOptions): Output<GetApplicationGroupResult>
def get_application_group(disable_override: Optional[str] = None,
location: Optional[GetApplicationGroupLocation] = None,
members: Optional[Sequence[str]] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetApplicationGroupResult
def get_application_group_output(disable_override: Optional[pulumi.Input[str]] = None,
location: Optional[pulumi.Input[GetApplicationGroupLocationArgs]] = None,
members: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetApplicationGroupResult]
func LookupApplicationGroup(ctx *Context, args *LookupApplicationGroupArgs, opts ...InvokeOption) (*LookupApplicationGroupResult, error)
func LookupApplicationGroupOutput(ctx *Context, args *LookupApplicationGroupOutputArgs, opts ...InvokeOption) LookupApplicationGroupResultOutput
> Note: This function is named LookupApplicationGroup
in the Go SDK.
public static class GetApplicationGroup
{
public static Task<GetApplicationGroupResult> InvokeAsync(GetApplicationGroupArgs args, InvokeOptions? opts = null)
public static Output<GetApplicationGroupResult> Invoke(GetApplicationGroupInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetApplicationGroupResult> getApplicationGroup(GetApplicationGroupArgs args, InvokeOptions options)
public static Output<GetApplicationGroupResult> getApplicationGroup(GetApplicationGroupArgs args, InvokeOptions options)
fn::invoke:
function: panos:index/getApplicationGroup:getApplicationGroup
arguments:
# arguments dictionary
The following arguments are supported:
- Location
Get
Application Group Location - The location of this object.
- Name string
- Disable
Override string - disable object override in child device groups
- Members List<string>
- Location
Get
Application Group Location - The location of this object.
- Name string
- Disable
Override string - disable object override in child device groups
- Members []string
- location
Get
Application Group Location - The location of this object.
- name String
- disable
Override String - disable object override in child device groups
- members List<String>
- location
Get
Application Group Location - The location of this object.
- name string
- disable
Override string - disable object override in child device groups
- members string[]
- location
Get
Application Group Location - The location of this object.
- name str
- disable_
override str - disable object override in child device groups
- members Sequence[str]
- location Property Map
- The location of this object.
- name String
- disable
Override String - disable object override in child device groups
- members List<String>
getApplicationGroup Result
The following output properties are available:
- Disable
Override string - disable object override in child device groups
- Id string
- The provider-assigned unique ID for this managed resource.
- Location
Get
Application Group Location - The location of this object.
- Members List<string>
- Name string
- Disable
Override string - disable object override in child device groups
- Id string
- The provider-assigned unique ID for this managed resource.
- Location
Get
Application Group Location - The location of this object.
- Members []string
- Name string
- disable
Override String - disable object override in child device groups
- id String
- The provider-assigned unique ID for this managed resource.
- location
Get
Application Group Location - The location of this object.
- members List<String>
- name String
- disable
Override string - disable object override in child device groups
- id string
- The provider-assigned unique ID for this managed resource.
- location
Get
Application Group Location - The location of this object.
- members string[]
- name string
- disable_
override str - disable object override in child device groups
- id str
- The provider-assigned unique ID for this managed resource.
- location
Get
Application Group Location - The location of this object.
- members Sequence[str]
- name str
- disable
Override String - disable object override in child device groups
- id String
- The provider-assigned unique ID for this managed resource.
- location Property Map
- The location of this object.
- members List<String>
- name String
Supporting Types
GetApplicationGroupLocation
- Device
Group GetApplication Group Location Device Group - Located in a specific Device Group
- Get
Application Group Location Shared - Panorama shared object
- Vsys
Get
Application Group Location Vsys - Located in a specific Virtual System
- Device
Group GetApplication Group Location Device Group - Located in a specific Device Group
- Get
Application Group Location Shared - Panorama shared object
- Vsys
Get
Application Group Location Vsys - Located in a specific Virtual System
- device
Group GetApplication Group Location Device Group - Located in a specific Device Group
- Get
Application Group Location Shared - Panorama shared object
- vsys
Get
Application Group Location Vsys - Located in a specific Virtual System
- device
Group GetApplication Group Location Device Group - Located in a specific Device Group
- Get
Application Group Location Shared - Panorama shared object
- vsys
Get
Application Group Location Vsys - Located in a specific Virtual System
- device_
group GetApplication Group Location Device Group - Located in a specific Device Group
- Get
Application Group Location Shared - Panorama shared object
- vsys
Get
Application Group Location Vsys - Located in a specific Virtual System
- device
Group Property Map - Located in a specific Device Group
- Property Map
- Panorama shared object
- vsys Property Map
- Located in a specific Virtual System
GetApplicationGroupLocationDeviceGroup
- Name string
- Device Group name
- Panorama
Device string - Panorama device name
- Name string
- Device Group name
- Panorama
Device string - Panorama device name
- name String
- Device Group name
- panorama
Device String - Panorama device name
- name string
- Device Group name
- panorama
Device string - Panorama device name
- name str
- Device Group name
- panorama_
device str - Panorama device name
- name String
- Device Group name
- panorama
Device String - Panorama device name
GetApplicationGroupLocationVsys
- Name string
- The Virtual System name
- Ngfw
Device string - The NGFW device name
- Name string
- The Virtual System name
- Ngfw
Device string - The NGFW device name
- name String
- The Virtual System name
- ngfw
Device String - The NGFW device name
- name string
- The Virtual System name
- ngfw
Device string - The NGFW device name
- name str
- The Virtual System name
- ngfw_
device str - The NGFW device name
- name String
- The Virtual System name
- ngfw
Device String - The NGFW device name
Package Details
- Repository
- panos paloaltonetworks/terraform-provider-panos
- License
- Notes
- This Pulumi package is based on the
panos
Terraform Provider.
panos 2.0.0 published on Tuesday, Apr 15, 2025 by paloaltonetworks