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

zia.Departments.getDepartmentManagement

Using getDepartmentManagement

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 getDepartmentManagement(args: GetDepartmentManagementArgs, opts?: InvokeOptions): Promise<GetDepartmentManagementResult>
function getDepartmentManagementOutput(args: GetDepartmentManagementOutputArgs, opts?: InvokeOptions): Output<GetDepartmentManagementResult>
def get_department_management(name: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetDepartmentManagementResult
def get_department_management_output(name: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetDepartmentManagementResult]
func GetDepartmentManagement(ctx *Context, args *GetDepartmentManagementArgs, opts ...InvokeOption) (*GetDepartmentManagementResult, error)
func GetDepartmentManagementOutput(ctx *Context, args *GetDepartmentManagementOutputArgs, opts ...InvokeOption) GetDepartmentManagementResultOutput

> Note: This function is named GetDepartmentManagement in the Go SDK.

public static class GetDepartmentManagement 
{
    public static Task<GetDepartmentManagementResult> InvokeAsync(GetDepartmentManagementArgs args, InvokeOptions? opts = null)
    public static Output<GetDepartmentManagementResult> Invoke(GetDepartmentManagementInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDepartmentManagementResult> getDepartmentManagement(GetDepartmentManagementArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: zia:Departments/getDepartmentManagement:getDepartmentManagement
  arguments:
    # arguments dictionary

The following arguments are supported:

Name string
Name string
name String
name string
name str
name String

getDepartmentManagement Result

The following output properties are available:

Comments string
Deleted bool
Id int
IdpId int
Name string
Comments string
Deleted bool
Id int
IdpId int
Name string
comments String
deleted Boolean
id Integer
idpId Integer
name String
comments string
deleted boolean
id number
idpId number
name string
comments str
deleted bool
id int
idp_id int
name str
comments String
deleted Boolean
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.