Zscaler Internet Access v0.0.7 published on Tuesday, Jul 30, 2024 by Zscaler
zia.getGroupManagement
Explore with Pulumi AI
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: zia:index/getGroupManagement:getGroupManagement
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- Name string
- name String
- name string
- name str
- name String
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.