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 user management group by ID or name.
Using getUserManagementGroup
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 getUserManagementGroup(args: GetUserManagementGroupArgs, opts?: InvokeOptions): Promise<GetUserManagementGroupResult>
function getUserManagementGroupOutput(args: GetUserManagementGroupOutputArgs, opts?: InvokeOptions): Output<GetUserManagementGroupResult>def get_user_management_group(name: Optional[str] = None,
resource_id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetUserManagementGroupResult
def get_user_management_group_output(name: Optional[pulumi.Input[str]] = None,
resource_id: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetUserManagementGroupResult]func GetUserManagementGroup(ctx *Context, args *GetUserManagementGroupArgs, opts ...InvokeOption) (*GetUserManagementGroupResult, error)
func GetUserManagementGroupOutput(ctx *Context, args *GetUserManagementGroupOutputArgs, opts ...InvokeOption) GetUserManagementGroupResultOutput> Note: This function is named GetUserManagementGroup in the Go SDK.
public static class GetUserManagementGroup
{
public static Task<GetUserManagementGroupResult> InvokeAsync(GetUserManagementGroupArgs args, InvokeOptions? opts = null)
public static Output<GetUserManagementGroupResult> Invoke(GetUserManagementGroupInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetUserManagementGroupResult> getUserManagementGroup(GetUserManagementGroupArgs args, InvokeOptions options)
public static Output<GetUserManagementGroupResult> getUserManagementGroup(GetUserManagementGroupArgs args, InvokeOptions options)
fn::invoke:
function: zia:getUserManagementGroup
arguments:
# arguments dictionaryThe following arguments are supported:
- Name string
- The name of the group to look up.
- Resource
Id int - The ID of the group to look up.
- Name string
- The name of the group to look up.
- Resource
Id int - The ID of the group to look up.
- name String
- The name of the group to look up.
- resource
Id Integer - The ID of the group to look up.
- name string
- The name of the group to look up.
- resource
Id number - The ID of the group to look up.
- name str
- The name of the group to look up.
- resource_
id int - The ID of the group to look up.
- name String
- The name of the group to look up.
- resource
Id Number - The ID of the group to look up.
getUserManagementGroup Result
The following output properties are available:
- Comments string
- Comments or notes about the group.
- Idp
Id int - The IDP ID associated with the group.
- Name string
- The name of the group.
- Resource
Id int - The ID of the group.
- Comments string
- Comments or notes about the group.
- Idp
Id int - The IDP ID associated with the group.
- Name string
- The name of the group.
- Resource
Id int - The ID of the group.
- comments String
- Comments or notes about the group.
- idp
Id Integer - The IDP ID associated with the group.
- name String
- The name of the group.
- resource
Id Integer - The ID of the group.
- comments string
- Comments or notes about the group.
- idp
Id number - The IDP ID associated with the group.
- name string
- The name of the group.
- resource
Id number - The ID of the group.
- comments str
- Comments or notes about the group.
- idp_
id int - The IDP ID associated with the group.
- name str
- The name of the group.
- resource_
id int - The ID of the group.
- comments String
- Comments or notes about the group.
- idp
Id Number - The IDP ID associated with the group.
- name String
- The name of the group.
- resource
Id Number - The ID of the 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
