1. Packages
  2. Zscaler Internet Access (ZIA)
  3. API Docs
  4. getDepartmentManagement
Zscaler Internet Access v0.0.7 published on Tuesday, Jul 30, 2024 by Zscaler

zia.getDepartmentManagement

Explore with Pulumi AI

Zscaler Internet Access v0.0.7 published on Tuesday, Jul 30, 2024 by Zscaler

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>
Copy
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]
Copy
func GetDepartmentManagement(ctx *Context, args *GetDepartmentManagementArgs, opts ...InvokeOption) (*GetDepartmentManagementResult, error)
func GetDepartmentManagementOutput(ctx *Context, args *GetDepartmentManagementOutputArgs, opts ...InvokeOption) GetDepartmentManagementResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetDepartmentManagementResult> getDepartmentManagement(GetDepartmentManagementArgs args, InvokeOptions options)
public static Output<GetDepartmentManagementResult> getDepartmentManagement(GetDepartmentManagementArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: zia:index/getDepartmentManagement:getDepartmentManagement
  arguments:
    # arguments dictionary
Copy

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.
Zscaler Internet Access v0.0.7 published on Tuesday, Jul 30, 2024 by Zscaler