Get Users Plain Args
data class GetUsersPlainArgs(val directoryId: String, val enableDetails: Boolean? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val provisionType: String? = null, val status: String? = null) : ConvertibleToJava<GetUsersPlainArgs>
A collection of arguments for invoking getUsers.
Constructors
Properties
Link copied to clipboard
The ID of the Directory.
Link copied to clipboard
Default to false
. Set it to true
can output more details about resource attributes.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
ProvisionType. Valid values: Manual
, Synchronized
.