Get Group Provisioned Users Plain Args
data class GetGroupProvisionedUsersPlainArgs(val active: Boolean? = null, val blocked: Boolean? = null, val createdAfter: String? = null, val createdBefore: String? = null, val id: String, val provisionedUsers: List<GetGroupProvisionedUsersProvisionedUser>? = null, val search: String? = null, val username: String? = null) : ConvertibleToJava<GetGroupProvisionedUsersPlainArgs>
A collection of arguments for invoking getGroupProvisionedUsers.
Properties
Link copied to clipboard
Return only provisioned users created on or after the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
Link copied to clipboard
Return only provisioned users created on or before the specified date. Expected in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
Link copied to clipboard
The list of provisioned users.