Viewing docs for pulumi-resource-zia v1.3.8
published on Friday, Mar 13, 2026 by Zscaler
published on Friday, Mar 13, 2026 by Zscaler
Viewing docs for pulumi-resource-zia v1.3.8
published on Friday, Mar 13, 2026 by Zscaler
published on Friday, Mar 13, 2026 by Zscaler
Use this data source to look up a location group by ID or name.
Using getLocationGroup
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 getLocationGroup(args: GetLocationGroupArgs, opts?: InvokeOptions): Promise<GetLocationGroupResult>
function getLocationGroupOutput(args: GetLocationGroupOutputArgs, opts?: InvokeOptions): Output<GetLocationGroupResult>def get_location_group(name: Optional[str] = None,
resource_id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetLocationGroupResult
def get_location_group_output(name: Optional[pulumi.Input[str]] = None,
resource_id: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLocationGroupResult]func GetLocationGroup(ctx *Context, args *GetLocationGroupArgs, opts ...InvokeOption) (*GetLocationGroupResult, error)
func GetLocationGroupOutput(ctx *Context, args *GetLocationGroupOutputArgs, opts ...InvokeOption) GetLocationGroupResultOutput> Note: This function is named GetLocationGroup in the Go SDK.
public static class GetLocationGroup
{
public static Task<GetLocationGroupResult> InvokeAsync(GetLocationGroupArgs args, InvokeOptions? opts = null)
public static Output<GetLocationGroupResult> Invoke(GetLocationGroupInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetLocationGroupResult> getLocationGroup(GetLocationGroupArgs args, InvokeOptions options)
public static Output<GetLocationGroupResult> getLocationGroup(GetLocationGroupArgs args, InvokeOptions options)
fn::invoke:
function: zia:getLocationGroup
arguments:
# arguments dictionaryThe following arguments are supported:
- Name string
- The name of the location group to look up.
- Resource
Id int - The ID of the location group to look up.
- Name string
- The name of the location group to look up.
- Resource
Id int - The ID of the location group to look up.
- name String
- The name of the location group to look up.
- resource
Id Integer - The ID of the location group to look up.
- name string
- The name of the location group to look up.
- resource
Id number - The ID of the location group to look up.
- name str
- The name of the location group to look up.
- resource_
id int - The ID of the location group to look up.
- name String
- The name of the location group to look up.
- resource
Id Number - The ID of the location group to look up.
getLocationGroup Result
The following output properties are available:
- Comments string
- Comments or notes about the location group.
- Deleted bool
- Whether the location group has been deleted.
- Group
Type string - The type of the location group.
- Last
Mod intTime - The last modification time of the location group (epoch).
- Location
Ids List<int> - List of location IDs that belong to this group.
- Name string
- The name of the location group.
- Predefined bool
- Whether the location group is predefined by Zscaler.
- Resource
Id int - The ID of the location group.
- Comments string
- Comments or notes about the location group.
- Deleted bool
- Whether the location group has been deleted.
- Group
Type string - The type of the location group.
- Last
Mod intTime - The last modification time of the location group (epoch).
- Location
Ids []int - List of location IDs that belong to this group.
- Name string
- The name of the location group.
- Predefined bool
- Whether the location group is predefined by Zscaler.
- Resource
Id int - The ID of the location group.
- comments String
- Comments or notes about the location group.
- deleted Boolean
- Whether the location group has been deleted.
- group
Type String - The type of the location group.
- last
Mod IntegerTime - The last modification time of the location group (epoch).
- location
Ids List<Integer> - List of location IDs that belong to this group.
- name String
- The name of the location group.
- predefined Boolean
- Whether the location group is predefined by Zscaler.
- resource
Id Integer - The ID of the location group.
- comments string
- Comments or notes about the location group.
- deleted boolean
- Whether the location group has been deleted.
- group
Type string - The type of the location group.
- last
Mod numberTime - The last modification time of the location group (epoch).
- location
Ids number[] - List of location IDs that belong to this group.
- name string
- The name of the location group.
- predefined boolean
- Whether the location group is predefined by Zscaler.
- resource
Id number - The ID of the location group.
- comments str
- Comments or notes about the location group.
- deleted bool
- Whether the location group has been deleted.
- group_
type str - The type of the location group.
- last_
mod_ inttime - The last modification time of the location group (epoch).
- location_
ids Sequence[int] - List of location IDs that belong to this group.
- name str
- The name of the location group.
- predefined bool
- Whether the location group is predefined by Zscaler.
- resource_
id int - The ID of the location group.
- comments String
- Comments or notes about the location group.
- deleted Boolean
- Whether the location group has been deleted.
- group
Type String - The type of the location group.
- last
Mod NumberTime - The last modification time of the location group (epoch).
- location
Ids List<Number> - List of location IDs that belong to this group.
- name String
- The name of the location group.
- predefined Boolean
- Whether the location group is predefined by Zscaler.
- resource
Id Number - The ID of the location group.
Package Details
- Repository
- zia zscaler/pulumi-zia
- License
Viewing docs for pulumi-resource-zia v1.3.8
published on Friday, Mar 13, 2026 by Zscaler
published on Friday, Mar 13, 2026 by Zscaler
