Viewing docs for pulumi-resource-zia v1.3.8
published on Friday, Mar 13, 2026 by Zscaler
published on Friday, Mar 13, 2026 by Zscaler
Viewing docs for pulumi-resource-zia v1.3.8
published on Friday, Mar 13, 2026 by Zscaler
published on Friday, Mar 13, 2026 by Zscaler
Use this data source to look up a user management user by ID or name.
Using getUserManagementUser
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 getUserManagementUser(args: GetUserManagementUserArgs, opts?: InvokeOptions): Promise<GetUserManagementUserResult>
function getUserManagementUserOutput(args: GetUserManagementUserOutputArgs, opts?: InvokeOptions): Output<GetUserManagementUserResult>def get_user_management_user(name: Optional[str] = None,
user_id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetUserManagementUserResult
def get_user_management_user_output(name: Optional[pulumi.Input[str]] = None,
user_id: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetUserManagementUserResult]func LookupUserManagementUser(ctx *Context, args *LookupUserManagementUserArgs, opts ...InvokeOption) (*LookupUserManagementUserResult, error)
func LookupUserManagementUserOutput(ctx *Context, args *LookupUserManagementUserOutputArgs, opts ...InvokeOption) LookupUserManagementUserResultOutput> Note: This function is named LookupUserManagementUser in the Go SDK.
public static class GetUserManagementUser
{
public static Task<GetUserManagementUserResult> InvokeAsync(GetUserManagementUserArgs args, InvokeOptions? opts = null)
public static Output<GetUserManagementUserResult> Invoke(GetUserManagementUserInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetUserManagementUserResult> getUserManagementUser(GetUserManagementUserArgs args, InvokeOptions options)
public static Output<GetUserManagementUserResult> getUserManagementUser(GetUserManagementUserArgs args, InvokeOptions options)
fn::invoke:
function: zia:getUserManagementUser
arguments:
# arguments dictionaryThe following arguments are supported:
getUserManagementUser Result
The following output properties are available:
- Admin
User bool - Whether the user is an admin user.
- Auth
Methods List<string> - The authentication methods configured for the user.
- Comments string
- Comments or notes about the user.
- Email string
- The email address of the user.
- Groups
List<zscaler.
Pulumi Package. Zia. Outputs. User Group Output> - The list of groups the user belongs to.
- Name string
- The full name of the user.
- Temp
Auth stringEmail - The temporary authentication email for the user.
- Type string
- The type of the user.
- User
Id int - The ID of the user.
- Department
zscaler.
Pulumi Package. Zia. Outputs. User Department Output - The department the user belongs to.
- Admin
User bool - Whether the user is an admin user.
- Auth
Methods []string - The authentication methods configured for the user.
- Comments string
- Comments or notes about the user.
- Email string
- The email address of the user.
- Groups
[]User
Group Output - The list of groups the user belongs to.
- Name string
- The full name of the user.
- Temp
Auth stringEmail - The temporary authentication email for the user.
- Type string
- The type of the user.
- User
Id int - The ID of the user.
- Department
User
Department Output - The department the user belongs to.
- admin
User Boolean - Whether the user is an admin user.
- auth
Methods List<String> - The authentication methods configured for the user.
- comments String
- Comments or notes about the user.
- email String
- The email address of the user.
- groups
List<User
Group Output> - The list of groups the user belongs to.
- name String
- The full name of the user.
- temp
Auth StringEmail - The temporary authentication email for the user.
- type String
- The type of the user.
- user
Id Integer - The ID of the user.
- department
User
Department Output - The department the user belongs to.
- admin
User boolean - Whether the user is an admin user.
- auth
Methods string[] - The authentication methods configured for the user.
- comments string
- Comments or notes about the user.
- email string
- The email address of the user.
- groups
User
Group Output[] - The list of groups the user belongs to.
- name string
- The full name of the user.
- temp
Auth stringEmail - The temporary authentication email for the user.
- type string
- The type of the user.
- user
Id number - The ID of the user.
- department
User
Department Output - The department the user belongs to.
- admin_
user bool - Whether the user is an admin user.
- auth_
methods Sequence[str] - The authentication methods configured for the user.
- comments str
- Comments or notes about the user.
- email str
- The email address of the user.
- groups
Sequence[User
Group Output] - The list of groups the user belongs to.
- name str
- The full name of the user.
- temp_
auth_ stremail - The temporary authentication email for the user.
- type str
- The type of the user.
- user_
id int - The ID of the user.
- department
User
Department Output - The department the user belongs to.
- admin
User Boolean - Whether the user is an admin user.
- auth
Methods List<String> - The authentication methods configured for the user.
- comments String
- Comments or notes about the user.
- email String
- The email address of the user.
- groups List<Property Map>
- The list of groups the user belongs to.
- name String
- The full name of the user.
- temp
Auth StringEmail - The temporary authentication email for the user.
- type String
- The type of the user.
- user
Id Number - The ID of the user.
- department Property Map
- The department the user belongs to.
Supporting Types
UserDepartmentOutput
- Comments string
- Deleted bool
- Department
Id int - Idp
Id int - Name string
- Comments string
- Deleted bool
- Department
Id int - Idp
Id int - Name string
- comments String
- deleted Boolean
- department
Id Integer - idp
Id Integer - name String
- comments string
- deleted boolean
- department
Id number - idp
Id number - name string
- comments str
- deleted bool
- department_
id int - idp_
id int - name str
- comments String
- deleted Boolean
- department
Id Number - idp
Id Number - name String
UserGroupOutput
Package Details
- Repository
- zia zscaler/pulumi-zia
- License
Viewing docs for pulumi-resource-zia v1.3.8
published on Friday, Mar 13, 2026 by Zscaler
published on Friday, Mar 13, 2026 by Zscaler
