GetUsersPlainArgs

data class GetUsersPlainArgs(val displayName: String? = null, val ids: List<String>? = null, val instanceId: String, val mobile: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val source: String? = null, val sourceUserId: String? = null, val status: String? = null, val userName: String? = null) : ConvertibleToJava<GetUsersPlainArgs>

A collection of arguments for invoking getUsers.

Constructors

Link copied to clipboard
constructor(displayName: String? = null, ids: List<String>? = null, instanceId: String, mobile: String? = null, nameRegex: String? = null, outputFile: String? = null, source: String? = null, sourceUserId: String? = null, status: String? = null, userName: String? = null)

Properties

Link copied to clipboard
val displayName: String? = null

Specify the New Created the User's Display Name. Supports up to 128 Characters.

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

A list of User IDs.

Link copied to clipboard

You Want to Query the User the Bastion Host ID of.

Link copied to clipboard
val mobile: String? = null

Specify the New of the User That Created a Different Mobile Phone Number from Your.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by User 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 source: String? = null

Specify the New of the User That Created the Source. Valid Values: Local: Local User RAM: Ram User. Valid values: Local, Ram.

Link copied to clipboard
val sourceUserId: String? = null

Specify the Newly Created User Is Uniquely Identified. Indicates That the Parameter Is a Bastion Host Corresponding to the User with the Ram User's Unique Identifier. The Newly Created User Source Grant Permission to a RAM User (That Is, Source Used as a Ram), this Parameter Is Required. You Can Call Access Control of Listusers Interface from the Return Data Userid to Obtain the Parameters.

Link copied to clipboard
val status: String? = null

The status of the resource. Valid values: Frozen, Normal.

Link copied to clipboard
val userName: String? = null

Specify the New User Name. This Parameter Is Only by Letters, Lowercase Letters, Numbers, and Underscores (_), Supports up to 128 Characters.

Functions

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