Zscaler Internet Access v0.0.7 published on Tuesday, Jul 30, 2024 by Zscaler
zia.getDepartmentManagement
Explore with Pulumi AI
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:index/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:
Package Details
- Repository
- zia zscaler/pulumi-zia
- License
- MIT
- Notes
- This Pulumi package is based on the
zia
Terraform Provider.