1. Packages
  2. Zscaler Internet Access (ZIA)
  3. API Docs
  4. getGroupManagement
Zscaler Internet Access v1.0.1 published on Friday, Jun 6, 2025 by Zscaler

zia.getGroupManagement

Explore with Pulumi AI

zia logo
Zscaler Internet Access v1.0.1 published on Friday, Jun 6, 2025 by Zscaler

    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:

    Comments string
    (Optional) Additional information about the group
    Id int
    IdpId int
    (Optional) Unique identfier for the identity provider (IdP)
    Name string
    Comments string
    (Optional) Additional information about the group
    Id int
    IdpId int
    (Optional) Unique identfier for the identity provider (IdP)
    Name string
    comments String
    (Optional) Additional information about the group
    id Integer
    idpId Integer
    (Optional) Unique identfier for the identity provider (IdP)
    name String
    comments string
    (Optional) Additional information about the group
    id number
    idpId number
    (Optional) Unique identfier for the identity provider (IdP)
    name string
    comments str
    (Optional) Additional information about the group
    id int
    idp_id int
    (Optional) Unique identfier for the identity provider (IdP)
    name str
    comments String
    (Optional) Additional information about the group
    id Number
    idpId Number
    (Optional) Unique identfier for the identity provider (IdP)
    name String

    Package Details

    Repository
    zia zscaler/pulumi-zia
    License
    MIT
    Notes
    This Pulumi package is based on the zia Terraform Provider.
    zia logo
    Zscaler Internet Access v1.0.1 published on Friday, Jun 6, 2025 by Zscaler