zia logo
Zscaler Internet Access v0.0.3, Jan 30 23

zia.Groups.getGroupManagement

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:Groups/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:

Comments string
Id int
IdpId int
Name string
Comments string
Id int
IdpId int
Name string
comments String
id Integer
idpId Integer
name String
comments string
id number
idpId number
name string
comments str
id int
idp_id int
name str
comments String
id Number
idpId Number
name String

Package Details

Repository
zia zscaler/pulumi-zia
License
MIT
Notes

This Pulumi package is based on the zia Terraform Provider.