panos 2.0.0 published on Tuesday, Apr 15, 2025 by paloaltonetworks
panos.getServiceGroup
Explore with Pulumi AI
panos 2.0.0 published on Tuesday, Apr 15, 2025 by paloaltonetworks
Using getServiceGroup
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 getServiceGroup(args: GetServiceGroupArgs, opts?: InvokeOptions): Promise<GetServiceGroupResult>
function getServiceGroupOutput(args: GetServiceGroupOutputArgs, opts?: InvokeOptions): Output<GetServiceGroupResult>
def get_service_group(disable_override: Optional[str] = None,
location: Optional[GetServiceGroupLocation] = None,
members: Optional[Sequence[str]] = None,
name: Optional[str] = None,
tags: Optional[Sequence[str]] = None,
opts: Optional[InvokeOptions] = None) -> GetServiceGroupResult
def get_service_group_output(disable_override: Optional[pulumi.Input[str]] = None,
location: Optional[pulumi.Input[GetServiceGroupLocationArgs]] = None,
members: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
name: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetServiceGroupResult]
func LookupServiceGroup(ctx *Context, args *LookupServiceGroupArgs, opts ...InvokeOption) (*LookupServiceGroupResult, error)
func LookupServiceGroupOutput(ctx *Context, args *LookupServiceGroupOutputArgs, opts ...InvokeOption) LookupServiceGroupResultOutput
> Note: This function is named LookupServiceGroup
in the Go SDK.
public static class GetServiceGroup
{
public static Task<GetServiceGroupResult> InvokeAsync(GetServiceGroupArgs args, InvokeOptions? opts = null)
public static Output<GetServiceGroupResult> Invoke(GetServiceGroupInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetServiceGroupResult> getServiceGroup(GetServiceGroupArgs args, InvokeOptions options)
public static Output<GetServiceGroupResult> getServiceGroup(GetServiceGroupArgs args, InvokeOptions options)
fn::invoke:
function: panos:index/getServiceGroup:getServiceGroup
arguments:
# arguments dictionary
The following arguments are supported:
- Location
Get
Service Group Location - The location of this object.
- Name string
- Disable
Override string - disable object override in child device groups
- Members List<string>
- List<string>
- Location
Get
Service Group Location - The location of this object.
- Name string
- Disable
Override string - disable object override in child device groups
- Members []string
- []string
- location
Get
Service Group Location - The location of this object.
- name String
- disable
Override String - disable object override in child device groups
- members List<String>
- List<String>
- location
Get
Service Group Location - The location of this object.
- name string
- disable
Override string - disable object override in child device groups
- members string[]
- string[]
- location
Get
Service Group Location - The location of this object.
- name str
- disable_
override str - disable object override in child device groups
- members Sequence[str]
- 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>
- List<String>
getServiceGroup 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
Service Group Location - The location of this object.
- Members List<string>
- Name string
- List<string>
- Disable
Override string - disable object override in child device groups
- Id string
- The provider-assigned unique ID for this managed resource.
- Location
Get
Service Group Location - The location of this object.
- Members []string
- Name string
- []string
- disable
Override String - disable object override in child device groups
- id String
- The provider-assigned unique ID for this managed resource.
- location
Get
Service Group Location - The location of this object.
- members List<String>
- name String
- List<String>
- disable
Override string - disable object override in child device groups
- id string
- The provider-assigned unique ID for this managed resource.
- location
Get
Service Group Location - The location of this object.
- members string[]
- name string
- string[]
- disable_
override str - disable object override in child device groups
- id str
- The provider-assigned unique ID for this managed resource.
- location
Get
Service Group Location - The location of this object.
- members Sequence[str]
- name str
- Sequence[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
- List<String>
Supporting Types
GetServiceGroupLocation
- Device
Group GetService Group Location Device Group - Located in a specific Device Group
- Get
Service Group Location Shared - Panorama shared object
- Vsys
Get
Service Group Location Vsys - Located in a specific Virtual System
- Device
Group GetService Group Location Device Group - Located in a specific Device Group
- Get
Service Group Location Shared - Panorama shared object
- Vsys
Get
Service Group Location Vsys - Located in a specific Virtual System
- device
Group GetService Group Location Device Group - Located in a specific Device Group
- Get
Service Group Location Shared - Panorama shared object
- vsys
Get
Service Group Location Vsys - Located in a specific Virtual System
- device
Group GetService Group Location Device Group - Located in a specific Device Group
- Get
Service Group Location Shared - Panorama shared object
- vsys
Get
Service Group Location Vsys - Located in a specific Virtual System
- device_
group GetService Group Location Device Group - Located in a specific Device Group
- Get
Service Group Location Shared - Panorama shared object
- vsys
Get
Service 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
GetServiceGroupLocationDeviceGroup
- 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
GetServiceGroupLocationVsys
- 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