GetEnterpriseUsersPlainArgs

data class GetEnterpriseUsersPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val role: String? = null, val searchKey: String? = null, val status: String? = null, val tid: Int? = null) : ConvertibleToJava<GetEnterpriseUsersPlainArgs>

A collection of arguments for invoking getEnterpriseUsers.

Constructors

Link copied to clipboard
constructor(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, role: String? = null, searchKey: String? = null, status: String? = null, tid: Int? = null)

Properties

Link copied to clipboard
val ids: List<String>? = null

A list of DMS Enterprise User IDs (UID).

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter the results by the DMS Enterprise User nick_name.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val role: String? = null

The role of the user to query.

Link copied to clipboard
val searchKey: String? = null

The keyword used to query users.

Link copied to clipboard
val status: String? = null

The status of the user.

Link copied to clipboard
val tid: Int? = null

The ID of the tenant in DMS Enterprise.

Functions

Link copied to clipboard
open override fun toJava(): GetEnterpriseUsersPlainArgs