Zscaler Internet Access v1.0.1 published on Friday, Jun 6, 2025 by Zscaler
zia.getGroupManagement
Explore with Pulumi AI
Use the zia_group_management data source to get information about a user group that may have been created in the Zscaler Internet Access portal. This data source can then be associated with a ZIA cloud firewall filtering rule, and URL filtering rules.
Example Usage
data "zia_group_management" "devops" {
name = "DevOps"
}
Using getGroupManagement
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 getGroupManagement(args: GetGroupManagementArgs, opts?: InvokeOptions): Promise<GetGroupManagementResult>
function getGroupManagementOutput(args: GetGroupManagementOutputArgs, opts?: InvokeOptions): Output<GetGroupManagementResult>
def get_group_management(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGroupManagementResult
def get_group_management_output(name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGroupManagementResult]
func GetGroupManagement(ctx *Context, args *GetGroupManagementArgs, opts ...InvokeOption) (*GetGroupManagementResult, error)
func GetGroupManagementOutput(ctx *Context, args *GetGroupManagementOutputArgs, opts ...InvokeOption) GetGroupManagementResultOutput
> Note: This function is named GetGroupManagement
in the Go SDK.
public static class GetGroupManagement
{
public static Task<GetGroupManagementResult> InvokeAsync(GetGroupManagementArgs args, InvokeOptions? opts = null)
public static Output<GetGroupManagementResult> Invoke(GetGroupManagementInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGroupManagementResult> getGroupManagement(GetGroupManagementArgs args, InvokeOptions options)
public static Output<GetGroupManagementResult> getGroupManagement(GetGroupManagementArgs args, InvokeOptions options)
fn::invoke:
function: zia:index/getGroupManagement:getGroupManagement
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- Name of the user group
- Name string
- Name of the user group
- name String
- Name of the user group
- name string
- Name of the user group
- name str
- Name of the user group
- name String
- Name of the user group
getGroupManagement Result
The following output properties are available:
Package Details
- Repository
- zia zscaler/pulumi-zia
- License
- MIT
- Notes
- This Pulumi package is based on the
zia
Terraform Provider.