GetUsersPlainArgs

data class GetUsersPlainArgs(val groupName: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val policyName: String? = null, val policyType: String? = null) : ConvertibleToJava<GetUsersPlainArgs>

A collection of arguments for invoking getUsers.

Constructors

Link copied to clipboard
constructor(groupName: String? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, policyName: String? = null, policyType: String? = null)

Properties

Link copied to clipboard
val groupName: String? = null

Filter results by a specific group name. Returned users are in the specified group.

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

A list of ram user IDs.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter resulting users by their names.

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 policyName: String? = null

Filter results by a specific policy name. If you set this parameter without setting policy_type, the later will be automatically set to System. Returned users are attached to the specified policy.

Link copied to clipboard
val policyType: String? = null

Filter results by a specific policy type. Valid values are Custom and System. If you set this parameter, you must set policy_name as well.

Functions

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