Get Users Plain Args
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
Properties
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
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
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.